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