#[repr(transparent)]pub struct ProtectionPolicyRequestAccessBehavior(pub i32);Expand description
Required features: ‘Security_EnterpriseData’
Tuple Fields
0: i32Implementations
impl ProtectionPolicyRequestAccessBehavior
impl ProtectionPolicyRequestAccessBehavior
pub const Decrypt: Self
pub const TreatOverridePolicyAsBlock: Self
Trait Implementations
impl Copy for ProtectionPolicyRequestAccessBehavior
Auto Trait Implementations
impl RefUnwindSafe for ProtectionPolicyRequestAccessBehavior
impl Send for ProtectionPolicyRequestAccessBehavior
impl Sync for ProtectionPolicyRequestAccessBehavior
impl Unpin for ProtectionPolicyRequestAccessBehavior
impl UnwindSafe for ProtectionPolicyRequestAccessBehavior
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