pub struct SlsaMapping {
pub track: SlsaTrack,
pub level: SlsaLevel,
}Expand description
Mapping of a control to its SLSA track and minimum level.
Fields§
§track: SlsaTrack§level: SlsaLevelTrait Implementations§
Source§impl Clone for SlsaMapping
impl Clone for SlsaMapping
Source§fn clone(&self) -> SlsaMapping
fn clone(&self) -> SlsaMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlsaMapping
impl Debug for SlsaMapping
Source§impl PartialEq for SlsaMapping
impl PartialEq for SlsaMapping
impl Copy for SlsaMapping
impl Eq for SlsaMapping
impl StructuralPartialEq for SlsaMapping
Auto Trait Implementations§
impl Freeze for SlsaMapping
impl RefUnwindSafe for SlsaMapping
impl Send for SlsaMapping
impl Sync for SlsaMapping
impl Unpin for SlsaMapping
impl UnsafeUnpin for SlsaMapping
impl UnwindSafe for SlsaMapping
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