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