pub struct Output<B>where
B: Backend,{
pub backend: B,
pub stream: B::Output,
}
Fields§
§backend: B
§stream: B::Output
Implementations§
Auto Trait Implementations§
impl<B> Freeze for Output<B>
impl<B> RefUnwindSafe for Output<B>
impl<B> Send for Output<B>
impl<B> Sync for Output<B>
impl<B> Unpin for Output<B>
impl<B> UnwindSafe for Output<B>
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