Struct ProtectedImportExportStatus
#[repr(transparent)]pub struct ProtectedImportExportStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ProtectedImportExportStatus
impl ProtectedImportExportStatus
pub const Ok: Self = _
pub const Undetermined: Self = _
pub const Unprotected: Self = _
pub const Revoked: Self = _
pub const NotRoamable: Self = _
pub const ProtectedToOtherIdentity: Self = _
pub const LicenseExpired: Self = _
pub const AccessSuspended: Self = _
Trait Implementations§
§impl Clone for ProtectedImportExportStatus
impl Clone for ProtectedImportExportStatus
§fn clone(&self) -> ProtectedImportExportStatus
fn clone(&self) -> ProtectedImportExportStatus
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 ProtectedImportExportStatus
impl Debug for ProtectedImportExportStatus
§impl Default for ProtectedImportExportStatus
impl Default for ProtectedImportExportStatus
§fn default() -> ProtectedImportExportStatus
fn default() -> ProtectedImportExportStatus
Returns the “default value” for a type. Read more
§impl PartialEq for ProtectedImportExportStatus
impl PartialEq for ProtectedImportExportStatus
impl Copy for ProtectedImportExportStatus
impl Eq for ProtectedImportExportStatus
impl StructuralPartialEq for ProtectedImportExportStatus
Auto Trait Implementations§
impl Freeze for ProtectedImportExportStatus
impl RefUnwindSafe for ProtectedImportExportStatus
impl Send for ProtectedImportExportStatus
impl Sync for ProtectedImportExportStatus
impl Unpin for ProtectedImportExportStatus
impl UnwindSafe for ProtectedImportExportStatus
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