Struct leftwm_core::utils::command_pipe::CommandPipe
source · pub struct CommandPipe { /* private fields */ }
Expand description
Holds pipe file location and a receiver.
Implementations§
source§impl CommandPipe
impl CommandPipe
Trait Implementations§
source§impl 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§
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