pub struct BitLockerRemovableDrivePolicy {
pub encryption_method: BitLockerEncryptionMethod,
pub require_encryption_for_write_access: bool,
pub block_cross_organization_write_access: bool,
}
Fields§
§encryption_method: BitLockerEncryptionMethod
§require_encryption_for_write_access: bool
§block_cross_organization_write_access: bool
Trait Implementations§
Source§impl Clone for BitLockerRemovableDrivePolicy
impl Clone for BitLockerRemovableDrivePolicy
Source§fn clone(&self) -> BitLockerRemovableDrivePolicy
fn clone(&self) -> BitLockerRemovableDrivePolicy
Returns a duplicate 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 moreSource§impl<'de> Deserialize<'de> for BitLockerRemovableDrivePolicy
impl<'de> Deserialize<'de> for BitLockerRemovableDrivePolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BitLockerRemovableDrivePolicy
impl PartialEq for BitLockerRemovableDrivePolicy
Source§fn eq(&self, other: &BitLockerRemovableDrivePolicy) -> bool
fn eq(&self, other: &BitLockerRemovableDrivePolicy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for BitLockerRemovableDrivePolicy
impl StructuralPartialEq for BitLockerRemovableDrivePolicy
Auto Trait Implementations§
impl Freeze for BitLockerRemovableDrivePolicy
impl RefUnwindSafe for BitLockerRemovableDrivePolicy
impl Send for BitLockerRemovableDrivePolicy
impl Sync for BitLockerRemovableDrivePolicy
impl Unpin for BitLockerRemovableDrivePolicy
impl UnwindSafe for BitLockerRemovableDrivePolicy
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