Struct leftwm_core::utils::command_pipe::CommandPipe
source · [−]pub struct CommandPipe { /* private fields */ }
Expand description
Holds pipe file location and a receiver.
Implementations
sourceimpl CommandPipe
impl CommandPipe
Trait Implementations
sourceimpl Debug for CommandPipe
impl Debug for CommandPipe
Auto Trait Implementations
impl !RefUnwindSafe for CommandPipe
impl Send for CommandPipe
impl Sync for CommandPipe
impl Unpin for CommandPipe
impl !UnwindSafe for CommandPipe
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more