Struct csaf_walker::validation::ValidatedAdvisory
source · pub struct ValidatedAdvisory {
pub retrieved: RetrievedAdvisory,
}Fields§
§retrieved: RetrievedAdvisoryThe discovered advisory
Trait Implementations§
source§impl Clone for ValidatedAdvisory
impl Clone for ValidatedAdvisory
source§fn clone(&self) -> ValidatedAdvisory
fn clone(&self) -> ValidatedAdvisory
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 ValidatedAdvisory
impl Debug for ValidatedAdvisory
source§impl Deref for ValidatedAdvisory
impl Deref for ValidatedAdvisory
Auto Trait Implementations§
impl RefUnwindSafe for ValidatedAdvisory
impl Send for ValidatedAdvisory
impl Sync for ValidatedAdvisory
impl Unpin for ValidatedAdvisory
impl UnwindSafe for ValidatedAdvisory
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