pub struct VariantUnitFormState<C: 'static + Clone, T: FormWith<C>>(pub fn() -> T, pub PhantomData<C>);
Tuple Fields§
§0: fn() -> T
§1: PhantomData<C>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, T> Freeze for VariantUnitFormState<C, T>
impl<C, T> RefUnwindSafe for VariantUnitFormState<C, T>where
C: RefUnwindSafe,
impl<C, T> Send for VariantUnitFormState<C, T>where
C: Send,
impl<C, T> Sync for VariantUnitFormState<C, T>where
C: Sync,
impl<C, T> Unpin for VariantUnitFormState<C, T>where
C: Unpin,
impl<C, T> UnwindSafe for VariantUnitFormState<C, T>where
C: UnwindSafe,
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