pub enum RuntimeAttestationNormalizedClaimCategory {
Identity,
Measurement,
Platform,
Configuration,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeAttestationNormalizedClaimCategory
impl Clone for RuntimeAttestationNormalizedClaimCategory
Source§fn clone(&self) -> RuntimeAttestationNormalizedClaimCategory
fn clone(&self) -> RuntimeAttestationNormalizedClaimCategory
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 RuntimeAttestationNormalizedClaimCategory
impl<'de> Deserialize<'de> for RuntimeAttestationNormalizedClaimCategory
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeAttestationNormalizedClaimCategory, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeAttestationNormalizedClaimCategory, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RuntimeAttestationNormalizedClaimCategory
impl Ord for RuntimeAttestationNormalizedClaimCategory
Source§fn cmp(&self, other: &RuntimeAttestationNormalizedClaimCategory) -> Ordering
fn cmp(&self, other: &RuntimeAttestationNormalizedClaimCategory) -> 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 RuntimeAttestationNormalizedClaimCategory
impl PartialEq for RuntimeAttestationNormalizedClaimCategory
Source§fn eq(&self, other: &RuntimeAttestationNormalizedClaimCategory) -> bool
fn eq(&self, other: &RuntimeAttestationNormalizedClaimCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RuntimeAttestationNormalizedClaimCategory
impl PartialOrd for RuntimeAttestationNormalizedClaimCategory
Source§impl Serialize for RuntimeAttestationNormalizedClaimCategory
impl Serialize for RuntimeAttestationNormalizedClaimCategory
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 RuntimeAttestationNormalizedClaimCategory
impl Eq for RuntimeAttestationNormalizedClaimCategory
impl StructuralPartialEq for RuntimeAttestationNormalizedClaimCategory
Auto Trait Implementations§
impl Freeze for RuntimeAttestationNormalizedClaimCategory
impl RefUnwindSafe for RuntimeAttestationNormalizedClaimCategory
impl Send for RuntimeAttestationNormalizedClaimCategory
impl Sync for RuntimeAttestationNormalizedClaimCategory
impl Unpin for RuntimeAttestationNormalizedClaimCategory
impl UnsafeUnpin for RuntimeAttestationNormalizedClaimCategory
impl UnwindSafe for RuntimeAttestationNormalizedClaimCategory
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