pub enum CweDisplayType {
All,
Attacks,
Consequences,
Description,
Detections,
Extended,
Mitigations,
Name,
}Expand description
Enum representing different types of CWE information to display
Variants§
All
Display all information
Attacks
Display related capec
Consequences
Display consequences
Description
Display description
Detections
Display detection methods
Extended
Display extended description
Mitigations
Display mitigation strategies
Name
Display cwe name
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CweDisplayType
impl RefUnwindSafe for CweDisplayType
impl Send for CweDisplayType
impl Sync for CweDisplayType
impl Unpin for CweDisplayType
impl UnwindSafe for CweDisplayType
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