pub struct MatchWithValueHandlersMut<Provider = UseContext>(pub PhantomData<Provider>);Tuple Fields§
§0: PhantomData<Provider>Trait Implementations§
Source§impl<Provider> DelegateComponent<AsyncComputerComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<AsyncComputerComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>
Source§impl<Provider> DelegateComponent<AsyncComputerRefComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<AsyncComputerRefComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>
Source§impl<Provider> DelegateComponent<ComputerComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<ComputerComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>
Source§impl<Provider> DelegateComponent<ComputerRefComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<ComputerRefComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>
Source§impl<Provider> DelegateComponent<HandlerComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<HandlerComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>
Source§impl<Provider> DelegateComponent<HandlerRefComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<HandlerRefComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>
Source§impl<Provider> DelegateComponent<TryComputerComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<TryComputerComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>
Source§impl<Provider> DelegateComponent<TryComputerRefComponent> for MatchWithValueHandlersMut<Provider>
impl<Provider> DelegateComponent<TryComputerRefComponent> for MatchWithValueHandlersMut<Provider>
type Delegate = PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>
impl<Provider, __Context__, __Params__> IsProviderFor<AsyncComputerComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>: IsProviderFor<AsyncComputerComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<AsyncComputerRefComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>: IsProviderFor<AsyncComputerRefComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<ComputerComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>: IsProviderFor<ComputerComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<ComputerRefComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>: IsProviderFor<ComputerRefComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<HandlerComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>: IsProviderFor<HandlerComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<HandlerRefComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>: IsProviderFor<HandlerRefComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<TryComputerComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<Provider>>>: IsProviderFor<TryComputerComponent, __Context__, __Params__>,
impl<Provider, __Context__, __Params__> IsProviderFor<TryComputerRefComponent, __Context__, __Params__> for MatchWithValueHandlersMut<Provider>where
PromoteRef<UseInputDelegate<MatchWithFieldHandlersInputsMut<HandleFieldValue<PromoteRef<Provider>>>>>: IsProviderFor<TryComputerRefComponent, __Context__, __Params__>,
Auto Trait Implementations§
impl<Provider> Freeze for MatchWithValueHandlersMut<Provider>
impl<Provider> RefUnwindSafe for MatchWithValueHandlersMut<Provider>where
Provider: RefUnwindSafe,
impl<Provider> Send for MatchWithValueHandlersMut<Provider>where
Provider: Send,
impl<Provider> Sync for MatchWithValueHandlersMut<Provider>where
Provider: Sync,
impl<Provider> Unpin for MatchWithValueHandlersMut<Provider>where
Provider: Unpin,
impl<Provider> UnsafeUnpin for MatchWithValueHandlersMut<Provider>
impl<Provider> UnwindSafe for MatchWithValueHandlersMut<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