pub struct DebugWrapper;Trait Implementations§
Source§impl Wrapper for DebugWrapper
impl Wrapper for DebugWrapper
Auto Trait Implementations§
impl Freeze for DebugWrapper
impl RefUnwindSafe for DebugWrapper
impl Send for DebugWrapper
impl Sync for DebugWrapper
impl Unpin for DebugWrapper
impl UnsafeUnpin for DebugWrapper
impl UnwindSafe for DebugWrapper
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