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