pub enum SecurityCategory {
VulnerableComponent,
InsecureConfiguration,
WeakCryptography,
MemorySafety,
NetworkSecurity,
DataProtection,
AccessControl,
CodeQuality,
SupplyChain,
ComplianceViolation,
}Variants§
VulnerableComponent
InsecureConfiguration
WeakCryptography
MemorySafety
NetworkSecurity
DataProtection
AccessControl
CodeQuality
SupplyChain
ComplianceViolation
Trait Implementations§
Source§impl Clone for SecurityCategory
impl Clone for SecurityCategory
Source§fn clone(&self) -> SecurityCategory
fn clone(&self) -> SecurityCategory
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 SecurityCategory
impl Debug for SecurityCategory
Auto Trait Implementations§
impl Freeze for SecurityCategory
impl RefUnwindSafe for SecurityCategory
impl Send for SecurityCategory
impl Sync for SecurityCategory
impl Unpin for SecurityCategory
impl UnwindSafe for SecurityCategory
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