pub enum RuntimeAttestationNormalizedClaimCode {
AttestationType,
RuntimeIdentity,
WorkloadIdentityScheme,
WorkloadIdentityUri,
ModuleId,
MeasurementDigest,
MeasurementRegisters,
HardwareModel,
SecureBootState,
}Variants§
AttestationType
RuntimeIdentity
WorkloadIdentityScheme
WorkloadIdentityUri
ModuleId
MeasurementDigest
MeasurementRegisters
HardwareModel
SecureBootState
Implementations§
Source§impl RuntimeAttestationNormalizedClaimCode
impl RuntimeAttestationNormalizedClaimCode
pub fn legacy_assertion_key(self) -> &'static str
pub fn category(self) -> RuntimeAttestationNormalizedClaimCategory
pub fn confidence(self) -> RuntimeAttestationNormalizedClaimConfidence
pub fn freshness(self) -> RuntimeAttestationNormalizedClaimFreshness
pub fn default_provenance(self) -> RuntimeAttestationClaimProvenance
pub fn description(self) -> &'static str
pub fn supported_verifier_families(self) -> Vec<AttestationVerifierFamily>
Trait Implementations§
Source§impl Clone for RuntimeAttestationNormalizedClaimCode
impl Clone for RuntimeAttestationNormalizedClaimCode
Source§fn clone(&self) -> RuntimeAttestationNormalizedClaimCode
fn clone(&self) -> RuntimeAttestationNormalizedClaimCode
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<'de> Deserialize<'de> for RuntimeAttestationNormalizedClaimCode
impl<'de> Deserialize<'de> for RuntimeAttestationNormalizedClaimCode
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeAttestationNormalizedClaimCode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeAttestationNormalizedClaimCode, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RuntimeAttestationNormalizedClaimCode
impl Ord for RuntimeAttestationNormalizedClaimCode
Source§fn cmp(&self, other: &RuntimeAttestationNormalizedClaimCode) -> Ordering
fn cmp(&self, other: &RuntimeAttestationNormalizedClaimCode) -> Ordering
1.21.0 · 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 PartialEq for RuntimeAttestationNormalizedClaimCode
impl PartialEq for RuntimeAttestationNormalizedClaimCode
Source§fn eq(&self, other: &RuntimeAttestationNormalizedClaimCode) -> bool
fn eq(&self, other: &RuntimeAttestationNormalizedClaimCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeAttestationNormalizedClaimCode
impl PartialOrd for RuntimeAttestationNormalizedClaimCode
Source§impl Serialize for RuntimeAttestationNormalizedClaimCode
impl Serialize for RuntimeAttestationNormalizedClaimCode
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for RuntimeAttestationNormalizedClaimCode
impl Eq for RuntimeAttestationNormalizedClaimCode
impl StructuralPartialEq for RuntimeAttestationNormalizedClaimCode
Auto Trait Implementations§
impl Freeze for RuntimeAttestationNormalizedClaimCode
impl RefUnwindSafe for RuntimeAttestationNormalizedClaimCode
impl Send for RuntimeAttestationNormalizedClaimCode
impl Sync for RuntimeAttestationNormalizedClaimCode
impl Unpin for RuntimeAttestationNormalizedClaimCode
impl UnsafeUnpin for RuntimeAttestationNormalizedClaimCode
impl UnwindSafe for RuntimeAttestationNormalizedClaimCode
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