Struct devise::syn::Binding [−][src]
Expand description
A binding (equality constraint) on an associated type: Item = u8.
This type is available if Syn is built with the "derive" or "full"
feature.
Fields
ident: Identeq_token: Eqty: TypeTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Binding
impl UnwindSafe for Binding
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more