Enum devise::syn::Member [−][src]
Expand description
A struct or tuple struct field accessed in a struct literal or field expression.
This type is available only if Syn is built with the "derive" or "full"
feature.
Variants
Named(Ident)A named field like self.x.
Unnamed(Index)An unnamed field like self.0.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Memberimpl UnwindSafe for MemberBlanket 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