Enum devise::FieldParent [−][src]
pub enum FieldParent<'p> {
Variant(Derived<'p, Variant, Derived<'p, ItemEnum, &'p ItemInput>>),
Struct(Derived<'p, ItemStruct, &'p ItemInput>),
Union(Derived<'p, ItemUnion, &'p ItemInput>),
}Variants
Struct(Derived<'p, ItemStruct, &'p ItemInput>)Implementations
Trait Implementations
Auto Trait Implementations
impl<'p> RefUnwindSafe for FieldParent<'p>
impl<'p> !Send for FieldParent<'p>
impl<'p> !Sync for FieldParent<'p>
impl<'p> Unpin for FieldParent<'p>
impl<'p> UnwindSafe for FieldParent<'p>
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