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