pub struct MatchWithFieldHandlersInputsRef<Provider>(pub PhantomData<Provider>);Tuple Fields§
§0: PhantomData<Provider>Trait Implementations§
Source§impl<'a, Input: HasFieldHandlers<MapExtractFieldAndHandle<Provider>>, Provider> DelegateComponent<&'a Input> for MatchWithFieldHandlersInputsRef<Provider>
impl<'a, Input: HasFieldHandlers<MapExtractFieldAndHandle<Provider>>, Provider> DelegateComponent<&'a Input> for MatchWithFieldHandlersInputsRef<Provider>
type Delegate = MatchWithHandlersRef<<Input as HasFieldHandlers<MapExtractFieldAndHandle<Provider>>>::Handlers>
impl<'a, Input: HasFieldHandlers<MapExtractFieldAndHandle<Provider>>, Provider, __Context__, __Params__> IsProviderFor<&'a 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> UnsafeUnpin for MatchWithFieldHandlersInputsRef<Provider>
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