pub struct Pipe { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Ord for Pipe
impl Ord for Pipe
Source§impl PartialOrd for Pipe
impl PartialOrd for Pipe
impl Eq for Pipe
impl StructuralPartialEq for Pipe
Auto Trait Implementations§
impl Freeze for Pipe
impl RefUnwindSafe for Pipe
impl Send for Pipe
impl Sync for Pipe
impl Unpin for Pipe
impl UnwindSafe for Pipe
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