pub enum PipeError {
TxCommandFailed(Error),
RxCommandFailed(Error),
PipeFailed(Error),
WaitFailed(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipeError
impl !RefUnwindSafe for PipeError
impl Send for PipeError
impl Sync for PipeError
impl Unpin for PipeError
impl !UnwindSafe for PipeError
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