Struct devise::Field [−][src]
pub struct Field<'f> {
pub field: Derived<'f, Field, FieldParent<'f>>,
pub index: usize,
}Fields
field: Derived<'f, Field, FieldParent<'f>>index: usizeImplementations
Methods from Deref<Target = Derived<'f, Field, FieldParent<'f>>>
Trait Implementations
Auto Trait Implementations
impl<'f> RefUnwindSafe for Field<'f>
impl<'f> UnwindSafe for Field<'f>
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