pub struct COLORS_ENABLED { /* private fields */ }
Expand description
Whether i/o interactions are allowed in the current CLI.
Trait Implementations§
Source§impl Deref for COLORS_ENABLED
impl Deref for COLORS_ENABLED
impl LazyStatic for COLORS_ENABLED
Auto Trait Implementations§
impl Freeze for COLORS_ENABLED
impl RefUnwindSafe for COLORS_ENABLED
impl Send for COLORS_ENABLED
impl Sync for COLORS_ENABLED
impl Unpin for COLORS_ENABLED
impl UnwindSafe for COLORS_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