pub struct HandlerRefComponent;Trait Implementations§
impl<Context, Code, Input, Provider, Output> IsProviderFor<HandlerRefComponent, Context, (Code, Input)> for PromoteRef<Provider>where
Context: HasAsyncErrorType,
Provider: for<'a> Handler<Context, Code, &'a Input, Output = Output>,
Code: Send,
Input: Sync,
impl<Context, Code, Input> IsProviderFor<HandlerRefComponent, Context, (Code, Input)> for UseContextwhere
Context: HasAsyncErrorType + CanHandleRef<Code, Input>,
impl<Context, Code, Input, __Components__, __Delegate__> IsProviderFor<HandlerRefComponent, Context, (Code, Input)> for UseDelegate<__Components__>where
Context: HasAsyncErrorType,
__Components__: DelegateComponent<Code, Delegate = __Delegate__>,
__Delegate__: IsProviderFor<HandlerRefComponent, Context, (Code, Input)> + HandlerRef<Context, Code, Input>,
impl<Context, Code, Input, __Components__, __Delegate__> IsProviderFor<HandlerRefComponent, Context, (Code, Input)> for UseInputDelegate<__Components__>where
Context: HasAsyncErrorType,
__Components__: DelegateComponent<Input, Delegate = __Delegate__>,
__Delegate__: IsProviderFor<HandlerRefComponent, Context, (Code, Input)> + HandlerRef<Context, Code, Input>,
Auto Trait Implementations§
impl Freeze for HandlerRefComponent
impl RefUnwindSafe for HandlerRefComponent
impl Send for HandlerRefComponent
impl Sync for HandlerRefComponent
impl Unpin for HandlerRefComponent
impl UnwindSafe for HandlerRefComponent
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