Enum scsys_core::parse::ParserState
source · [−]pub enum ParserState {
Activating,
Parsing,
Skipping,
Start,
Stop,
}
Variants
Activating
Parsing
Skipping
Start
Stop
Trait Implementations
sourceimpl Clone for ParserState
impl Clone for ParserState
sourcefn clone(&self) -> ParserState
fn clone(&self) -> ParserState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParserState
impl Debug for ParserState
sourceimpl Default for ParserState
impl Default for ParserState
sourceimpl<'de> Deserialize<'de> for ParserState
impl<'de> Deserialize<'de> for ParserState
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Hash for ParserState
impl Hash for ParserState
sourceimpl PartialEq<ParserState> for ParserState
impl PartialEq<ParserState> for ParserState
sourceimpl Serialize for ParserState
impl Serialize for ParserState
impl StructuralPartialEq for ParserState
Auto Trait Implementations
impl RefUnwindSafe for ParserState
impl Send for ParserState
impl Sync for ParserState
impl Unpin for ParserState
impl UnwindSafe for ParserState
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