Struct text_parsing::source::Pipe
source · pub struct Pipe<S, P> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<S, P> Freeze for Pipe<S, P>
impl<S, P> RefUnwindSafe for Pipe<S, P>where
S: RefUnwindSafe,
P: RefUnwindSafe,
impl<S, P> Send for Pipe<S, P>
impl<S, P> Sync for Pipe<S, P>
impl<S, P> Unpin for Pipe<S, P>
impl<S, P> UnwindSafe for Pipe<S, P>where
S: UnwindSafe,
P: 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