Struct devise_core::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: usize
Implementations
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