pub struct VariantWrapFormState<C: 'static + Clone, V: FormWith<C>, T: FormWith<C>> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, V, T> Freeze for VariantWrapFormState<C, V, T>
impl<C, V, T> !RefUnwindSafe for VariantWrapFormState<C, V, T>
impl<C, V, T> !Send for VariantWrapFormState<C, V, T>
impl<C, V, T> !Sync for VariantWrapFormState<C, V, T>
impl<C, V, T> Unpin for VariantWrapFormState<C, V, T>where
C: Unpin,
impl<C, V, T> !UnwindSafe for VariantWrapFormState<C, V, T>
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