pub enum ExtendedDisplayType {
Analytics,
Assets,
Campaigns,
Citations,
Groups,
Detectionstrategy,
Mitigations,
Relationship,
Softwares,
Tactics,
}Variants§
Analytics
Shows analytics
Assets
Shows assets
Campaigns
Shows campaigns
Citations
Shows citations
Groups
Shows groups
Detectionstrategy
Shows the detection strategy
Mitigations
Shows the mitigations
Relationship
Shows relationship
Softwares
Shows pieces of software
Tactics
Shows tactics
Implementations§
Source§impl ExtendedDisplayType
impl ExtendedDisplayType
pub fn show(&self, mitre_record: &MitreRecord)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendedDisplayType
impl RefUnwindSafe for ExtendedDisplayType
impl Send for ExtendedDisplayType
impl Sync for ExtendedDisplayType
impl Unpin for ExtendedDisplayType
impl UnwindSafe for ExtendedDisplayType
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