Enum libcnb_test::SbomType
source · [−]pub enum SbomType {
Launch,
Layer(LayerName),
}Expand description
The type of SBOM.
Not to be confused with libcnb_data::sbom::SbomFormat.
Variants
Launch
Launch SBOM
Layer(LayerName)
Layer SBOM
Auto Trait Implementations
impl RefUnwindSafe for SbomType
impl Send for SbomType
impl Sync for SbomType
impl Unpin for SbomType
impl UnwindSafe for SbomType
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