pub struct DBG { /* private fields */ }
Expand description
Debug Function
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DBG
impl RefUnwindSafe for DBG
impl !Sync for DBG
impl Unpin for DBG
impl UnwindSafe for DBG
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