Enum devise::Input [−][src]
pub enum Input<'v> {
Struct(Derived<'v, ItemStruct, &'v ItemInput>),
Enum(Derived<'v, ItemEnum, &'v ItemInput>),
Union(Derived<'v, ItemUnion, &'v ItemInput>),
}Variants
Struct(Derived<'v, ItemStruct, &'v ItemInput>)Methods from Deref<Target = ItemInput>
Trait Implementations
Auto Trait Implementations
impl<'v> RefUnwindSafe for Input<'v>
impl<'v> UnwindSafe for Input<'v>
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