Enum apple_bundle::entitlements::security::DeviceCheckAppAttest [−][src]
pub enum DeviceCheckAppAttest {
Development,
Production,
}Expand description
Device Check App Attest
Variants
The App Attest sandbox environment that you use to test a device without affecting its risk metrics. Keys you create in the sandbox environment don’t work in the production environment.
The App Attest production environment. Keys you create in the production environment don’t work in the sandbox environment.
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 DeviceCheckAppAttestimpl Send for DeviceCheckAppAttestimpl Sync for DeviceCheckAppAttestimpl Unpin for DeviceCheckAppAttestimpl UnwindSafe for DeviceCheckAppAttestBlanket Implementations
Mutably borrows from an owned value. Read more