Struct ansi_str::AnsiSequenceEnd
source · pub struct AnsiSequenceEnd<'a>(_);
Expand description
An object which can be used to produce a ansi sequences which ends the grafic mode,
through the std::fmt::Display
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AnsiSequenceEnd<'a>
impl<'a> Send for AnsiSequenceEnd<'a>
impl<'a> Sync for AnsiSequenceEnd<'a>
impl<'a> Unpin for AnsiSequenceEnd<'a>
impl<'a> UnwindSafe for AnsiSequenceEnd<'a>
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