Enum apple_bundle::info_plist::app_services::Version [−][src]
pub enum Version {
One,
Two,
}Expand description
Version
Variants
Use version 1 of the API.
Use version 2 of the API.
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 Versionimpl UnwindSafe for VersionBlanket Implementations
Mutably borrows from an owned value. Read more