pub enum PipeSide {
Read,
Write,
}
Variants§
Auto Trait Implementations§
impl Freeze for PipeSide
impl RefUnwindSafe for PipeSide
impl Send for PipeSide
impl Sync for PipeSide
impl Unpin for PipeSide
impl UnwindSafe for PipeSide
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