enum CsiState {
Normal,
PrepareCustomColor,
Ansi256,
Rgb,
Underline,
}Variants§
Trait Implementations§
impl Copy for CsiState
impl Eq for CsiState
impl StructuralPartialEq for CsiState
Auto Trait Implementations§
impl Freeze for CsiState
impl RefUnwindSafe for CsiState
impl Send for CsiState
impl Sync for CsiState
impl Unpin for CsiState
impl UnwindSafe for CsiState
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