pub struct Threat {
pub issue: Issue,
pub chain: Vec<&'static str>,
}Fields§
§issue: Issue§chain: Vec<&'static str>Auto Trait Implementations§
impl Freeze for Threat
impl RefUnwindSafe for Threat
impl Send for Threat
impl Sync for Threat
impl Unpin for Threat
impl UnsafeUnpin for Threat
impl UnwindSafe for Threat
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