pub struct PipeContent(/* private fields */);Implementations§
Source§impl PipeContent
impl PipeContent
Trait Implementations§
Source§impl Clone for PipeContent
impl Clone for PipeContent
Source§fn clone(&self) -> PipeContent
fn clone(&self) -> PipeContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PipeContent
impl !RefUnwindSafe for PipeContent
impl Send for PipeContent
impl Sync for PipeContent
impl Unpin for PipeContent
impl !UnwindSafe for PipeContent
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