pub struct Ansi {}
Expand description
Escape whatever’s being sent in here to an ansi code
Implementations§
Auto Trait Implementations§
impl Freeze for Ansi
impl RefUnwindSafe for Ansi
impl Send for Ansi
impl Sync for Ansi
impl Unpin for Ansi
impl UnwindSafe for Ansi
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