Enum rustsec::advisory::id::Kind [−][src]
#[non_exhaustive]
pub enum Kind {
RUSTSEC,
CVE,
GHSA,
TALOS,
Other,
}Expand description
Known kinds of advisory IDs
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Our advisory namespace
Common Vulnerabilities and Exposures
GitHub Security Advisory
Cisco Talos identifiers
Other types of advisory identifiers we don’t know about
Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Kindimpl UnwindSafe for KindBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more