pub struct AnsiSequenceStart<'a>(/* private fields */);
Expand description
An object which can be used to produce a ansi sequences which sets the grafic mode,
through the std::fmt::Display
.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AnsiSequenceStart<'a>
impl<'a> RefUnwindSafe for AnsiSequenceStart<'a>
impl<'a> Send for AnsiSequenceStart<'a>
impl<'a> Sync for AnsiSequenceStart<'a>
impl<'a> Unpin for AnsiSequenceStart<'a>
impl<'a> UnwindSafe for AnsiSequenceStart<'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