pub struct Output<MODE> { /* private fields */ }Expand description
Output mode (type state)
Auto Trait Implementations§
impl<MODE> Freeze for Output<MODE>
impl<MODE> RefUnwindSafe for Output<MODE>where
    MODE: RefUnwindSafe,
impl<MODE> Send for Output<MODE>where
    MODE: Send,
impl<MODE> Sync for Output<MODE>where
    MODE: Sync,
impl<MODE> Unpin for Output<MODE>where
    MODE: Unpin,
impl<MODE> UnwindSafe for Output<MODE>where
    MODE: 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