#[repr(transparent)]pub struct DataProtectionStatus(pub i32);
Expand description
Required features: "Security_EnterpriseData"
Tuple Fields
0: i32
Implementations
impl DataProtectionStatus
impl DataProtectionStatus
pub const ProtectedToOtherIdentity: Self = Self(0i32)
pub const Protected: Self = Self(1i32)
pub const Revoked: Self = Self(2i32)
pub const Unprotected: Self = Self(3i32)
pub const LicenseExpired: Self = Self(4i32)
pub const AccessSuspended: Self = Self(5i32)
Trait Implementations
impl Clone for DataProtectionStatus
impl Clone for DataProtectionStatus
impl Copy for DataProtectionStatus
Auto Trait Implementations
impl RefUnwindSafe for DataProtectionStatus
impl Send for DataProtectionStatus
impl Sync for DataProtectionStatus
impl Unpin for DataProtectionStatus
impl UnwindSafe for DataProtectionStatus
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