Struct SmartCardCryptogramGeneratorOperationStatus
#[repr(transparent)]pub struct SmartCardCryptogramGeneratorOperationStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl SmartCardCryptogramGeneratorOperationStatus
impl SmartCardCryptogramGeneratorOperationStatus
pub const Success: Self
pub const AuthorizationFailed: Self
pub const AuthorizationCanceled: Self
pub const AuthorizationRequired: Self
pub const CryptogramMaterialPackageStorageKeyExists: Self
pub const NoCryptogramMaterialPackageStorageKey: Self
pub const NoCryptogramMaterialPackage: Self
pub const UnsupportedCryptogramMaterialPackage: Self
pub const UnknownCryptogramMaterialName: Self
pub const InvalidCryptogramMaterialUsage: Self
pub const ApduResponseNotSent: Self
pub const OtherError: Self
pub const ValidationFailed: Self
pub const NotSupported: Self
Trait Implementations§
§impl Clone for SmartCardCryptogramGeneratorOperationStatus
impl Clone for SmartCardCryptogramGeneratorOperationStatus
§fn clone(&self) -> SmartCardCryptogramGeneratorOperationStatus
fn clone(&self) -> SmartCardCryptogramGeneratorOperationStatus
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 more§impl Default for SmartCardCryptogramGeneratorOperationStatus
impl Default for SmartCardCryptogramGeneratorOperationStatus
§fn default() -> SmartCardCryptogramGeneratorOperationStatus
fn default() -> SmartCardCryptogramGeneratorOperationStatus
Returns the “default value” for a type. Read more
§impl PartialEq for SmartCardCryptogramGeneratorOperationStatus
impl PartialEq for SmartCardCryptogramGeneratorOperationStatus
§fn eq(&self, other: &SmartCardCryptogramGeneratorOperationStatus) -> bool
fn eq(&self, other: &SmartCardCryptogramGeneratorOperationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SmartCardCryptogramGeneratorOperationStatus
impl Eq for SmartCardCryptogramGeneratorOperationStatus
impl StructuralPartialEq for SmartCardCryptogramGeneratorOperationStatus
Auto Trait Implementations§
impl Freeze for SmartCardCryptogramGeneratorOperationStatus
impl RefUnwindSafe for SmartCardCryptogramGeneratorOperationStatus
impl Send for SmartCardCryptogramGeneratorOperationStatus
impl Sync for SmartCardCryptogramGeneratorOperationStatus
impl Unpin for SmartCardCryptogramGeneratorOperationStatus
impl UnwindSafe for SmartCardCryptogramGeneratorOperationStatus
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