Struct csaf_walker::verification::VerifiedAdvisory
source · pub struct VerifiedAdvisory<A, I>{
pub advisory: A,
pub csaf: Csaf,
pub failures: HashMap<I, Vec<CheckError>>,
pub successes: HashSet<I>,
}Fields§
§advisory: A§csaf: Csaf§failures: HashMap<I, Vec<CheckError>>§successes: HashSet<I>Trait Implementations§
source§impl<A, I> Debug for VerifiedAdvisory<A, I>
impl<A, I> Debug for VerifiedAdvisory<A, I>
source§impl<A, I> Deref for VerifiedAdvisory<A, I>
impl<A, I> Deref for VerifiedAdvisory<A, I>
Auto Trait Implementations§
impl<A, I> Freeze for VerifiedAdvisory<A, I>where
A: Freeze,
impl<A, I> RefUnwindSafe for VerifiedAdvisory<A, I>where
A: RefUnwindSafe,
I: RefUnwindSafe,
impl<A, I> Send for VerifiedAdvisory<A, I>
impl<A, I> Sync for VerifiedAdvisory<A, I>
impl<A, I> Unpin for VerifiedAdvisory<A, I>
impl<A, I> UnwindSafe for VerifiedAdvisory<A, I>where
A: UnwindSafe,
I: UnwindSafe,
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