#[repr(transparent)]pub struct ProtectionPolicyRequestAccessBehavior(pub i32);
Expand description
Required features: "Security_EnterpriseData"
Tuple Fields
0: i32
Implementations
impl ProtectionPolicyRequestAccessBehavior
impl ProtectionPolicyRequestAccessBehavior
pub const Decrypt: Self = Self(0i32)
pub const TreatOverridePolicyAsBlock: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more