#[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
pub const Protected: Self
pub const Revoked: Self
pub const Unprotected: Self
pub const LicenseExpired: Self
pub const AccessSuspended: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more