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