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