Struct devise::syn::Index [−][src]
Expand description
The index of an unnamed tuple struct field.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
index: u32
span: Span
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Index
impl UnwindSafe for Index
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