Enum apple_bundle::entitlements::education::ClassKitEnvironment [−][src]
pub enum ClassKitEnvironment {
Development,
Production,
}Expand description
ClassKit Environment Entitlement
Variants
The environment used to develop and test your app locally, without requiring a Managed Apple ID issued by an educational institution.
The environment used by customers of your app who have a Managed Apple ID. This enviroment enables teachers and students to share data through iCloud.
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 ClassKitEnvironmentimpl Send for ClassKitEnvironmentimpl Sync for ClassKitEnvironmentimpl Unpin for ClassKitEnvironmentimpl UnwindSafe for ClassKitEnvironmentBlanket Implementations
Mutably borrows from an owned value. Read more