Enum apple_bundle::entitlements::push_notifications::APSEnvironment [−][src]
pub enum APSEnvironment {
Development,
Production,
}Expand description
APS Environment
Variants
The APNs development environment.
The APNs production 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 APSEnvironmentimpl Send for APSEnvironmentimpl Sync for APSEnvironmentimpl Unpin for APSEnvironmentimpl UnwindSafe for APSEnvironmentBlanket Implementations
Mutably borrows from an owned value. Read more