Struct devise::syn::LitBool [−][src]
Expand description
A boolean literal: true or false.
This type is available if Syn is built with the "derive" or
"full" feature.
Fields
value: boolspan: SpanTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LitBool
impl UnwindSafe for LitBool
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