pub struct PVSS {
pub product: String,
pub variant: String,
pub stepping: String,
pub security: String,
}Available on crate feature
collateral_manager only.Expand description
A tuple of 4 strings that uniquely identifies a product.
Undefined elements of the tuples must be set to “all”. For example: XYZ/all/all/all
Fields§
§product: StringProduct TLA
variant: StringProduct variant
stepping: StringProduct stepping
security: StringSecurity level
Trait Implementations§
Source§impl Ord for PVSS
impl Ord for PVSS
Source§impl PartialOrd for PVSS
impl PartialOrd for PVSS
impl Eq for PVSS
impl StructuralPartialEq for PVSS
Auto Trait Implementations§
impl Freeze for PVSS
impl RefUnwindSafe for PVSS
impl Send for PVSS
impl Sync for PVSS
impl Unpin for PVSS
impl UnsafeUnpin for PVSS
impl UnwindSafe for PVSS
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