Enum scsys_core::extract::ExtractorState
source · [−]pub enum ExtractorState {
Complete,
Parsing,
Start,
}
Variants
Complete
Parsing
Start
Trait Implementations
sourceimpl Clone for ExtractorState
impl Clone for ExtractorState
sourcefn clone(&self) -> ExtractorState
fn clone(&self) -> ExtractorState
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 ExtractorState
impl Debug for ExtractorState
sourceimpl<'de> Deserialize<'de> for ExtractorState
impl<'de> Deserialize<'de> for ExtractorState
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 ExtractorState
impl Hash for ExtractorState
sourceimpl PartialEq<ExtractorState> for ExtractorState
impl PartialEq<ExtractorState> for ExtractorState
sourceimpl Serialize for ExtractorState
impl Serialize for ExtractorState
impl Copy for ExtractorState
impl StructuralPartialEq for ExtractorState
Auto Trait Implementations
impl RefUnwindSafe for ExtractorState
impl Send for ExtractorState
impl Sync for ExtractorState
impl Unpin for ExtractorState
impl UnwindSafe for ExtractorState
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