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