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 Freeze for FetchingRetrievedAdvisory
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