pub struct AnsiDisplay { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clearable for AnsiDisplay
impl Clearable for AnsiDisplay
fn clear_line(&self)
fn clear_screen(&self)
fn clear_to_end_of_screen(&self)
fn clear_to_begin_of_screen(&self)
fn clear_to_end_of_line(&self)
fn clear_to_begin_of_line(&self)
Source§impl Colorable for AnsiDisplay
impl Colorable for AnsiDisplay
fn set_bg_color(&mut self, color: Option<Color>)
fn set_fg_color(&mut self, color: Option<Color>)
Auto Trait Implementations§
impl Freeze for AnsiDisplay
impl RefUnwindSafe for AnsiDisplay
impl Send for AnsiDisplay
impl Sync for AnsiDisplay
impl Unpin for AnsiDisplay
impl UnwindSafe for AnsiDisplay
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