Struct devise::syn::token::Underscore [−][src]
Expand description
_
Don’t try to remember the name of this type – use the Token!
macro instead.
Fields
spans: [Span; 1]
Trait Implementations
Returns the “default value” for a type. Read more
Mutably dereferences the value.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Underscore
impl !Send for Underscore
impl !Sync for Underscore
impl Unpin for Underscore
impl UnwindSafe for Underscore
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