Struct sbom_walker::source::FetchingRetrievedSbom
source · pub struct FetchingRetrievedSbom {
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 FetchingRetrievedSbom
impl Send for FetchingRetrievedSbom
impl Sync for FetchingRetrievedSbom
impl Unpin for FetchingRetrievedSbom
impl UnwindSafe for FetchingRetrievedSbom
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