Enum apple_bundle::entitlements::security::DataProtection [−][src]
pub enum DataProtection {
FileProtectionCompleteUnlessOpen,
FileProtectionCompleteUntilFirstUserAuthentication,
NSFileProtectionNone,
NSFileProtectionComplete,
}Expand description
Data Protection
Variants
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DataProtectionimpl Send for DataProtectionimpl Sync for DataProtectionimpl Unpin for DataProtectionimpl UnwindSafe for DataProtectionBlanket Implementations
Mutably borrows from an owned value. Read more