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