Struct SmartCardCryptogramGeneratorOperationStatus
#[repr(transparent)]pub struct SmartCardCryptogramGeneratorOperationStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 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 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