pub enum Software {
Malware(Malware),
Tool(Tool),
}Expand description
Combined type for software (either malware or tool).
Variants§
Trait Implementations§
Source§impl AttackObject for Software
impl AttackObject for Software
Source§impl StixObject for Software
impl StixObject for Software
impl Eq for Software
impl StructuralPartialEq for Software
Auto Trait Implementations§
impl Freeze for Software
impl RefUnwindSafe for Software
impl Send for Software
impl Sync for Software
impl Unpin for Software
impl UnsafeUnpin for Software
impl UnwindSafe for Software
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