pub struct ComponentAdvisories {
pub component: Component,
pub advisories: Vec<Advisory>,
}Expand description
One vulnerable installed component and the advisories that hit its exact version.
Fields§
§component: Component§advisories: Vec<Advisory>Trait Implementations§
Source§impl Clone for ComponentAdvisories
impl Clone for ComponentAdvisories
Source§fn clone(&self) -> ComponentAdvisories
fn clone(&self) -> ComponentAdvisories
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ComponentAdvisories
impl RefUnwindSafe for ComponentAdvisories
impl Send for ComponentAdvisories
impl Sync for ComponentAdvisories
impl Unpin for ComponentAdvisories
impl UnsafeUnpin for ComponentAdvisories
impl UnwindSafe for ComponentAdvisories
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