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