Struct ansi_str::AnsiSequenceStart
source · [−]pub struct AnsiSequenceStart<'a>(_);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> 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more