pub struct RunPipeHandler;Trait Implementations§
Source§impl<Handlers: WrapCall> DelegateComponent<Pipe<Handlers>> for RunPipeHandler
impl<Handlers: WrapCall> DelegateComponent<Pipe<Handlers>> for RunPipeHandler
impl<Handlers: WrapCall, __Context__, __Params__> IsProviderFor<Pipe<Handlers>, __Context__, __Params__> for RunPipeHandler
Auto Trait Implementations§
impl Freeze for RunPipeHandler
impl RefUnwindSafe for RunPipeHandler
impl Send for RunPipeHandler
impl Sync for RunPipeHandler
impl Unpin for RunPipeHandler
impl UnwindSafe for RunPipeHandler
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