Struct csaf_walker::source::FetchingRetrievedAdvisory
source · pub struct FetchingRetrievedAdvisory {
pub sha256: Option<RetrievingDigest<Sha256>>,
pub sha512: Option<RetrievingDigest<Sha512>>,
}Fields§
§sha256: Option<RetrievingDigest<Sha256>>§sha512: Option<RetrievingDigest<Sha512>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FetchingRetrievedAdvisory
impl Send for FetchingRetrievedAdvisory
impl Sync for FetchingRetrievedAdvisory
impl Unpin for FetchingRetrievedAdvisory
impl UnwindSafe for FetchingRetrievedAdvisory
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