pub struct HandlePipe;Trait Implementations§
Source§impl DelegateComponent<HandlerComponent> for HandlePipe
impl DelegateComponent<HandlerComponent> for HandlePipe
type Delegate = UseDelegate<RunPipeHandler>
impl<__Context__, __Params__> IsProviderFor<HandlerComponent, __Context__, __Params__> for HandlePipe
Auto Trait Implementations§
impl Freeze for HandlePipe
impl RefUnwindSafe for HandlePipe
impl Send for HandlePipe
impl Sync for HandlePipe
impl Unpin for HandlePipe
impl UnwindSafe for HandlePipe
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