pub enum CleanKind {
None,
Reset,
Reverse,
}Expand description
Component of SGRString; the type of clean
Variants§
None
Does nothing
Reset
Resets all by writing \x1b[0m
Reverse
Undoes the effects of the SGRString::place_all.
Trait Implementations§
source§impl PartialEq<CleanKind> for CleanKind
impl PartialEq<CleanKind> for CleanKind
impl Eq for CleanKind
impl StructuralEq for CleanKind
impl StructuralPartialEq for CleanKind
Auto Trait Implementations§
impl RefUnwindSafe for CleanKind
impl Send for CleanKind
impl Sync for CleanKind
impl Unpin for CleanKind
impl UnwindSafe for CleanKind
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