Struct ascii_forge::window::Supports
source · pub struct Supports { /* private fields */ }
Expand description
Struct that helps report what the terminal supports for you without you having to work with it yourself.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Supports
impl Send for Supports
impl Sync for Supports
impl Unpin for Supports
impl UnwindSafe for Supports
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