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