pub struct Mitre {
pub id: &'static str,
pub name: &'static str,
}Expand description
MITRE ATT&CK technique reference, e.g. (“T1558.003”, “Kerberoasting”).
Fields§
§id: &'static str§name: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Mitre
impl RefUnwindSafe for Mitre
impl Send for Mitre
impl Sync for Mitre
impl Unpin for Mitre
impl UnsafeUnpin for Mitre
impl UnwindSafe for Mitre
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