pub struct OutputDebug<T, O>where
O: Output<T>,{ /* private fields */ }
Implementations§
Source§impl<T, O> OutputDebug<T, O>where
O: Output<T>,
impl<T, O> OutputDebug<T, O>where
O: Output<T>,
Sourcepub fn into_inner(self) -> O
pub fn into_inner(self) -> O
Unwraps self and returns the inner output (without ever panicking)
Trait Implementations§
Source§impl<T, O> Drop for OutputDebug<T, O>where
O: Output<T>,
Available on debug-assertions enabled only.
impl<T, O> Drop for OutputDebug<T, O>where
O: Output<T>,
Available on debug-assertions enabled only.
Auto Trait Implementations§
impl<T, O> Freeze for OutputDebug<T, O>where
O: Freeze,
impl<T, O> RefUnwindSafe for OutputDebug<T, O>where
O: RefUnwindSafe,
impl<T, O> Send for OutputDebug<T, O>where
O: Send,
impl<T, O> Sync for OutputDebug<T, O>where
O: Sync,
impl<T, O> Unpin for OutputDebug<T, O>where
O: Unpin,
impl<T, O> UnwindSafe for OutputDebug<T, O>where
O: 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