Expand description
A binding (equality constraint) on an associated type: Item = u8
.
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
ident: Ident
eq_token: Eq
ty: Type
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Binding
impl !Send for Binding
impl !Sync for Binding
impl Unpin for Binding
impl UnwindSafe for Binding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more