pub enum AttributeCategory {
Show 16 variants
InternalReference,
TargetingData,
AntivirusDetection,
PayloadDelivery,
ArtifactsDropped,
PayloadInstallation,
PersistenceMechanism,
NetworkActivity,
PayloadType,
Attribution,
ExternalAnalysis,
FinancialFraud,
SupportTool,
SocialNetwork,
Person,
Other,
}
Expand description
Variants§
InternalReference
TargetingData
AntivirusDetection
PayloadDelivery
ArtifactsDropped
PayloadInstallation
PersistenceMechanism
NetworkActivity
PayloadType
Attribution
ExternalAnalysis
FinancialFraud
SupportTool
SocialNetwork
Person
Other
Trait Implementations§
Source§impl Clone for AttributeCategory
impl Clone for AttributeCategory
Source§fn clone(&self) -> AttributeCategory
fn clone(&self) -> AttributeCategory
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 AttributeCategory
impl Debug for AttributeCategory
Source§impl Default for AttributeCategory
impl Default for AttributeCategory
Source§fn default() -> AttributeCategory
fn default() -> AttributeCategory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttributeCategory
impl<'de> Deserialize<'de> for AttributeCategory
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 Display for AttributeCategory
impl Display for AttributeCategory
Source§impl Hash for AttributeCategory
impl Hash for AttributeCategory
Source§impl Ord for AttributeCategory
impl Ord for AttributeCategory
Source§fn cmp(&self, other: &AttributeCategory) -> Ordering
fn cmp(&self, other: &AttributeCategory) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AttributeCategory
impl PartialEq for AttributeCategory
Source§impl PartialOrd for AttributeCategory
impl PartialOrd for AttributeCategory
Source§impl Serialize for AttributeCategory
impl Serialize for AttributeCategory
impl Copy for AttributeCategory
impl Eq for AttributeCategory
impl StructuralPartialEq for AttributeCategory
Auto Trait Implementations§
impl Freeze for AttributeCategory
impl RefUnwindSafe for AttributeCategory
impl Send for AttributeCategory
impl Sync for AttributeCategory
impl Unpin for AttributeCategory
impl UnwindSafe for AttributeCategory
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.