Enum anstyle_parse::state::State
source · #[repr(u8)]pub enum State {
Show 16 variants
Anywhere,
CsiEntry,
CsiIgnore,
CsiIntermediate,
CsiParam,
DcsEntry,
DcsIgnore,
DcsIntermediate,
DcsParam,
DcsPassthrough,
Escape,
EscapeIntermediate,
Ground,
OscString,
SosPmApcString,
Utf8,
}
Variants§
Anywhere
CsiEntry
CsiIgnore
CsiIntermediate
CsiParam
DcsEntry
DcsIgnore
DcsIntermediate
DcsParam
DcsPassthrough
Escape
EscapeIntermediate
Ground
OscString
SosPmApcString
Utf8
Trait Implementations§
source§impl PartialEq<State> for State
impl PartialEq<State> 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