Struct sbom_walker::validation::ValidatedSbom
source · pub struct ValidatedSbom {
pub retrieved: RetrievedSbom,
}Fields§
§retrieved: RetrievedSbomThe discovered advisory
Trait Implementations§
source§impl Clone for ValidatedSbom
impl Clone for ValidatedSbom
source§fn clone(&self) -> ValidatedSbom
fn clone(&self) -> ValidatedSbom
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ValidatedSbom
impl Debug for ValidatedSbom
source§impl Deref for ValidatedSbom
impl Deref for ValidatedSbom
source§impl DerefMut for ValidatedSbom
impl DerefMut for ValidatedSbom
Auto Trait Implementations§
impl !Freeze for ValidatedSbom
impl RefUnwindSafe for ValidatedSbom
impl Send for ValidatedSbom
impl Sync for ValidatedSbom
impl Unpin for ValidatedSbom
impl UnwindSafe for ValidatedSbom
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