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 if Syn is built with the "derive" or "full"
feature.
Variants
Named(Ident)A named field like self.x.
Tuple Fields of Named
0: IdentUnnamed(Index)An unnamed field like self.0.
Tuple Fields of Unnamed
0: IndexTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Member
impl UnwindSafe for Member
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