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>where
PhantomData<Provider>: Freeze,
impl<Provider> RefUnwindSafe for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: RefUnwindSafe,
impl<Provider> Send for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: Send,
impl<Provider> Sync for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: Sync,
impl<Provider> Unpin for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: Unpin,
impl<Provider> UnsafeUnpin for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: UnsafeUnpin,
impl<Provider> UnwindSafe for MatchWithFieldHandlersRef<Provider>where
PhantomData<Provider>: UnwindSafe,
Blanket Implementations§
Source§impl<__Component__, __Context__, Code, Input> AsyncComputer<__Context__, Code, Input> for __Component__where
__Component__: DelegateComponent<AsyncComputerComponent> + IsProviderFor<AsyncComputerComponent, __Context__, (Code, Input)>,
<__Component__ as DelegateComponent<AsyncComputerComponent>>::Delegate: AsyncComputer<__Context__, Code, Input>,
impl<__Component__, __Context__, Code, Input> AsyncComputer<__Context__, Code, Input> for __Component__where
__Component__: DelegateComponent<AsyncComputerComponent> + IsProviderFor<AsyncComputerComponent, __Context__, (Code, Input)>,
<__Component__ as DelegateComponent<AsyncComputerComponent>>::Delegate: AsyncComputer<__Context__, Code, Input>,
type Output = <<__Component__ as DelegateComponent<AsyncComputerComponent>>::Delegate as AsyncComputer<__Context__, Code, Input>>::Output
fn compute_async( __context__: &__Context__, _code: PhantomData<Code>, input: Input, ) -> impl Future<Output = <__Component__ as AsyncComputer<__Context__, Code, Input>>::Output>
Source§impl<__Component__, __Context__, Code, Input> AsyncComputerRef<__Context__, Code, Input> for __Component__where
__Component__: DelegateComponent<AsyncComputerRefComponent> + IsProviderFor<AsyncComputerRefComponent, __Context__, (Code, Input)>,
<__Component__ as DelegateComponent<AsyncComputerRefComponent>>::Delegate: AsyncComputerRef<__Context__, Code, Input>,
impl<__Component__, __Context__, Code, Input> AsyncComputerRef<__Context__, Code, Input> for __Component__where
__Component__: DelegateComponent<AsyncComputerRefComponent> + IsProviderFor<AsyncComputerRefComponent, __Context__, (Code, Input)>,
<__Component__ as DelegateComponent<AsyncComputerRefComponent>>::Delegate: AsyncComputerRef<__Context__, Code, Input>,
type Output = <<__Component__ as DelegateComponent<AsyncComputerRefComponent>>::Delegate as AsyncComputerRef<__Context__, Code, Input>>::Output
fn compute_async_ref( __context__: &__Context__, _code: PhantomData<Code>, input: &Input, ) -> impl Future<Output = <__Component__ as AsyncComputerRef<__Context__, Code, Input>>::Output>
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