pub struct PipeStream<R, T>{ /* private fields */ }Implementations§
Source§impl<R, T> PipeStream<R, T>
impl<R, T> PipeStream<R, T>
Trait Implementations§
Auto Trait Implementations§
impl<R, T> Freeze for PipeStream<R, T>
impl<R, T> RefUnwindSafe for PipeStream<R, T>where
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<R, T> Send for PipeStream<R, T>
impl<R, T> Sync for PipeStream<R, T>
impl<R, T> Unpin for PipeStream<R, T>
impl<R, T> UnwindSafe for PipeStream<R, T>where
R: UnwindSafe,
T: UnwindSafe,
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