pub struct CommandPipe<H: Handle> { /* private fields */ }
Expand description
Holds pipe file location and a receiver.
Implementations§
Source§impl<H: Handle> CommandPipe<H>
impl<H: Handle> CommandPipe<H>
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for CommandPipe<H>
impl<H> RefUnwindSafe for CommandPipe<H>
impl<H> Send for CommandPipe<H>
impl<H> Sync for CommandPipe<H>
impl<H> Unpin for CommandPipe<H>
impl<H> UnwindSafe for CommandPipe<H>
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