Struct KeyAttestationClaimType
#[repr(transparent)]pub struct KeyAttestationClaimType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KeyAttestationClaimType
impl Clone for KeyAttestationClaimType
§fn clone(&self) -> KeyAttestationClaimType
fn clone(&self) -> KeyAttestationClaimType
Returns a copy 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 more§impl Debug for KeyAttestationClaimType
impl Debug for KeyAttestationClaimType
§impl Default for KeyAttestationClaimType
impl Default for KeyAttestationClaimType
§fn default() -> KeyAttestationClaimType
fn default() -> KeyAttestationClaimType
Returns the “default value” for a type. Read more
§impl PartialEq for KeyAttestationClaimType
impl PartialEq for KeyAttestationClaimType
impl Copy for KeyAttestationClaimType
impl Eq for KeyAttestationClaimType
impl StructuralPartialEq for KeyAttestationClaimType
Auto Trait Implementations§
impl Freeze for KeyAttestationClaimType
impl RefUnwindSafe for KeyAttestationClaimType
impl Send for KeyAttestationClaimType
impl Sync for KeyAttestationClaimType
impl Unpin for KeyAttestationClaimType
impl UnwindSafe for KeyAttestationClaimType
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