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