Struct async_pipes::PipeReader
source · pub struct PipeReader<T> { /* private fields */ }
Expand description
Defines an end to a pipe that allows data to be received from.
Provide this to crate::Pipeline::register_branching as the input for that stage.
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for PipeReader<T>
impl<T> Send for PipeReader<T>where
T: Send,
impl<T> Sync for PipeReader<T>where
T: Send,
impl<T> Unpin for PipeReader<T>
impl<T> !UnwindSafe for PipeReader<T>
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