#[repr(transparent)]pub struct KeyCredentialAttestationStatus(pub i32);
Expand description
Required features: "Security_Credentials"
Tuple Fields
0: i32
Implementations
impl KeyCredentialAttestationStatus
impl KeyCredentialAttestationStatus
pub const Success: Self = Self(0i32)
pub const UnknownError: Self = Self(1i32)
pub const NotSupported: Self = Self(2i32)
pub const TemporaryFailure: Self = Self(3i32)
Trait Implementations
impl Clone for KeyCredentialAttestationStatus
impl Clone for KeyCredentialAttestationStatus
impl Copy for KeyCredentialAttestationStatus
Auto Trait Implementations
impl RefUnwindSafe for KeyCredentialAttestationStatus
impl Send for KeyCredentialAttestationStatus
impl Sync for KeyCredentialAttestationStatus
impl Unpin for KeyCredentialAttestationStatus
impl UnwindSafe for KeyCredentialAttestationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more