Struct libcnb_test::SbomFiles
source · [−]pub struct SbomFiles { /* private fields */ }Expand description
Downloaded SBOM files.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SbomFiles
impl Send for SbomFiles
impl Sync for SbomFiles
impl Unpin for SbomFiles
impl UnwindSafe for SbomFiles
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more