pub struct PipeBase { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PipeBase
impl !RefUnwindSafe for PipeBase
impl Send for PipeBase
impl StoreCopy for PipeBase
impl Sync for PipeBase
impl Unpin for PipeBase
impl UnwindSafe for PipeBase
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