pub struct PasswordFormState {
pub el: El,
}Expand description
A helper form type for rust types that implement FromStr.
Fields§
§el: ElTrait Implementations§
Auto Trait Implementations§
impl Freeze for PasswordFormState
impl !RefUnwindSafe for PasswordFormState
impl !Send for PasswordFormState
impl !Sync for PasswordFormState
impl Unpin for PasswordFormState
impl !UnwindSafe for PasswordFormState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more