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