Struct anansi_core::forms::FormField
source · [−]pub struct FormField {
pub label: &'static str,
pub widget: BoxWidget,
pub errors: FormErrors,
}
Fields
label: &'static str
widget: BoxWidget
errors: FormErrors
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FormField
impl Send for FormField
impl !Sync for FormField
impl Unpin for FormField
impl !UnwindSafe for FormField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more