Enum anstyle_parse::state::State
source · #[repr(u8)]pub enum State {
Show 16 variants
Anywhere = 0,
CsiEntry = 1,
CsiIgnore = 2,
CsiIntermediate = 3,
CsiParam = 4,
DcsEntry = 5,
DcsIgnore = 6,
DcsIntermediate = 7,
DcsParam = 8,
DcsPassthrough = 9,
Escape = 10,
EscapeIntermediate = 11,
Ground = 12,
OscString = 13,
SosPmApcString = 14,
Utf8 = 15,
}
Variants§
Anywhere = 0
CsiEntry = 1
CsiIgnore = 2
CsiIntermediate = 3
CsiParam = 4
DcsEntry = 5
DcsIgnore = 6
DcsIntermediate = 7
DcsParam = 8
DcsPassthrough = 9
Escape = 10
EscapeIntermediate = 11
Ground = 12
OscString = 13
SosPmApcString = 14
Utf8 = 15
Trait Implementations§
source§impl PartialEq for State
impl PartialEq for State
impl Copy for State
impl Eq for State
impl StructuralEq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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