pub enum SourceCapability {
Vulnerabilities,
Exploits,
ThreatActors,
Ioc,
Advisories,
Tactics,
Techniques,
Malware,
Patches,
}Expand description
Capability provided by a threat intelligence source
Variants§
Trait Implementations§
Source§impl Clone for SourceCapability
impl Clone for SourceCapability
Source§fn clone(&self) -> SourceCapability
fn clone(&self) -> SourceCapability
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 SourceCapability
impl Debug for SourceCapability
Source§impl<'de> Deserialize<'de> for SourceCapability
impl<'de> Deserialize<'de> for SourceCapability
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 SourceCapability
impl PartialEq for SourceCapability
Source§impl Serialize for SourceCapability
impl Serialize for SourceCapability
impl StructuralPartialEq for SourceCapability
Auto Trait Implementations§
impl Freeze for SourceCapability
impl RefUnwindSafe for SourceCapability
impl Send for SourceCapability
impl Sync for SourceCapability
impl Unpin for SourceCapability
impl UnwindSafe for SourceCapability
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