pub struct DEBUG_ENABLED { /* private fields */ }
Trait Implementations§
Source§impl Deref for DEBUG_ENABLED
impl Deref for DEBUG_ENABLED
impl LazyStatic for DEBUG_ENABLED
Auto Trait Implementations§
impl Freeze for DEBUG_ENABLED
impl RefUnwindSafe for DEBUG_ENABLED
impl Send for DEBUG_ENABLED
impl Sync for DEBUG_ENABLED
impl Unpin for DEBUG_ENABLED
impl UnwindSafe for DEBUG_ENABLED
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