pub struct Debug<O>(pub O);Tuple Fields§
§0: OImplementations§
Auto Trait Implementations§
impl<O> Freeze for Debug<O>where
O: Freeze,
impl<O> RefUnwindSafe for Debug<O>where
O: RefUnwindSafe,
impl<O> Send for Debug<O>where
O: Send,
impl<O> Sync for Debug<O>where
O: Sync,
impl<O> Unpin for Debug<O>where
O: Unpin,
impl<O> UnsafeUnpin for Debug<O>where
O: UnsafeUnpin,
impl<O> UnwindSafe for Debug<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