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