[][src]Struct graph_rs_types::complextypes::BitLockerRemovableDrivePolicy

pub struct BitLockerRemovableDrivePolicy {
    pub encryption_method: BitLockerEncryptionMethod,
    pub require_encryption_for_write_access: bool,
    pub block_cross_organization_write_access: bool,
}

Fields

encryption_method: BitLockerEncryptionMethodrequire_encryption_for_write_access: boolblock_cross_organization_write_access: bool

Trait Implementations

impl Eq for BitLockerRemovableDrivePolicy[src]

impl Clone for BitLockerRemovableDrivePolicy[src]

impl PartialEq<BitLockerRemovableDrivePolicy> for BitLockerRemovableDrivePolicy[src]

impl Debug for BitLockerRemovableDrivePolicy[src]

impl Serialize for BitLockerRemovableDrivePolicy[src]

impl<'de> Deserialize<'de> for BitLockerRemovableDrivePolicy[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]