pub struct Plain<S, FB>{ /* private fields */ }
Expand description
Plain text stream.
Implementations§
Trait Implementations§
Source§impl<S, FB> Blocking for Plain<S, FB>
impl<S, FB> Blocking for Plain<S, FB>
Auto Trait Implementations§
impl<S, FB> Freeze for Plain<S, FB>where
S: Freeze,
impl<S, FB> RefUnwindSafe for Plain<S, FB>where
S: RefUnwindSafe,
FB: RefUnwindSafe,
impl<S, FB> Send for Plain<S, FB>
impl<S, FB> Sync for Plain<S, FB>
impl<S, FB> Unpin for Plain<S, FB>
impl<S, FB> UnwindSafe for Plain<S, FB>where
S: UnwindSafe,
FB: 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