pub enum SlsaLevel {
L0,
L1,
L2,
L3,
L4,
}Expand description
SLSA levels within a track (v1.2).
Variants§
Implementations§
Trait Implementations§
impl Copy for SlsaLevel
Source§impl<'de> Deserialize<'de> for SlsaLevel
impl<'de> Deserialize<'de> for SlsaLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SlsaLevel
Source§impl Ord for SlsaLevel
impl Ord for SlsaLevel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SlsaLevel
impl PartialOrd for SlsaLevel
impl StructuralPartialEq for SlsaLevel
Auto Trait Implementations§
impl Freeze for SlsaLevel
impl RefUnwindSafe for SlsaLevel
impl Send for SlsaLevel
impl Sync for SlsaLevel
impl Unpin for SlsaLevel
impl UnsafeUnpin for SlsaLevel
impl UnwindSafe for SlsaLevel
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