pub struct MatchFirstWithFieldHandlersInputsRef<Provider>(pub PhantomData<Provider>);Tuple Fields§
§0: PhantomData<Provider>Trait Implementations§
Source§impl<'a, Input: HasFieldHandlers<MapExtractFirstFieldAndHandle<Provider>>, Args, Provider> DelegateComponent<(&'a Input, Args)> for MatchFirstWithFieldHandlersInputsRef<Provider>
impl<'a, Input: HasFieldHandlers<MapExtractFirstFieldAndHandle<Provider>>, Args, Provider> DelegateComponent<(&'a Input, Args)> for MatchFirstWithFieldHandlersInputsRef<Provider>
type Delegate = MatchFirstWithHandlersRef<<Input as HasFieldHandlers<MapExtractFirstFieldAndHandle<Provider>>>::Handlers>
impl<'a, Input: HasFieldHandlers<MapExtractFirstFieldAndHandle<Provider>>, Args, Provider, __Context__, __Params__> IsProviderFor<(&'a Input, Args), __Context__, __Params__> for MatchFirstWithFieldHandlersInputsRef<Provider>where
MatchFirstWithHandlersRef<Input::Handlers>: IsProviderFor<(&'a Input, Args), __Context__, __Params__>,
Auto Trait Implementations§
impl<Provider> Freeze for MatchFirstWithFieldHandlersInputsRef<Provider>
impl<Provider> RefUnwindSafe for MatchFirstWithFieldHandlersInputsRef<Provider>where
Provider: RefUnwindSafe,
impl<Provider> Send for MatchFirstWithFieldHandlersInputsRef<Provider>where
Provider: Send,
impl<Provider> Sync for MatchFirstWithFieldHandlersInputsRef<Provider>where
Provider: Sync,
impl<Provider> Unpin for MatchFirstWithFieldHandlersInputsRef<Provider>where
Provider: Unpin,
impl<Provider> UnsafeUnpin for MatchFirstWithFieldHandlersInputsRef<Provider>
impl<Provider> UnwindSafe for MatchFirstWithFieldHandlersInputsRef<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