pub enum IndicatorPatternType {
Stix,
Pcre,
Snort,
Suricata,
Yara,
}Expand description
Indicator pattern types
Variants§
Trait Implementations§
Source§impl Clone for IndicatorPatternType
impl Clone for IndicatorPatternType
Source§fn clone(&self) -> IndicatorPatternType
fn clone(&self) -> IndicatorPatternType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndicatorPatternType
impl Debug for IndicatorPatternType
Source§impl<'de> Deserialize<'de> for IndicatorPatternType
impl<'de> Deserialize<'de> for IndicatorPatternType
Source§fn 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
Source§impl PartialEq for IndicatorPatternType
impl PartialEq for IndicatorPatternType
Source§impl Serialize for IndicatorPatternType
impl Serialize for IndicatorPatternType
impl Eq for IndicatorPatternType
impl StructuralPartialEq for IndicatorPatternType
Auto Trait Implementations§
impl Freeze for IndicatorPatternType
impl RefUnwindSafe for IndicatorPatternType
impl Send for IndicatorPatternType
impl Sync for IndicatorPatternType
impl Unpin for IndicatorPatternType
impl UnwindSafe for IndicatorPatternType
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