pub struct MatchWithFieldHandlersInputsRef<Provider>(pub PhantomData<Provider>);Tuple Fields§
§0: PhantomData<Provider>Trait Implementations§
Source§impl<Input: for<'a> ToInputFieldHandlersRef<'a, Provider, Handlers = Handlers>, Provider, Handlers> DelegateComponent<Input> for MatchWithFieldHandlersInputsRef<Provider>
impl<Input: for<'a> ToInputFieldHandlersRef<'a, Provider, Handlers = Handlers>, Provider, Handlers> DelegateComponent<Input> for MatchWithFieldHandlersInputsRef<Provider>
type Delegate = PromoteRef<MatchWithHandlersRef<Handlers>>
impl<Input: for<'a> ToInputFieldHandlersRef<'a, Provider, Handlers = Handlers>, Provider, Handlers, __Context__, __Params__> IsProviderFor<Input, __Context__, __Params__> for MatchWithFieldHandlersInputsRef<Provider>
Auto Trait Implementations§
impl<Provider> Freeze for MatchWithFieldHandlersInputsRef<Provider>
impl<Provider> RefUnwindSafe for MatchWithFieldHandlersInputsRef<Provider>where
Provider: RefUnwindSafe,
impl<Provider> Send for MatchWithFieldHandlersInputsRef<Provider>where
Provider: Send,
impl<Provider> Sync for MatchWithFieldHandlersInputsRef<Provider>where
Provider: Sync,
impl<Provider> Unpin for MatchWithFieldHandlersInputsRef<Provider>where
Provider: Unpin,
impl<Provider> UnwindSafe for MatchWithFieldHandlersInputsRef<Provider>where
Provider: 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