pub struct FromStrFormState { /* private fields */ }
Expand description
A helper form type for rust types that implement FromStr
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromStrFormState
impl !RefUnwindSafe for FromStrFormState
impl !Send for FromStrFormState
impl !Sync for FromStrFormState
impl Unpin for FromStrFormState
impl !UnwindSafe for FromStrFormState
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