Struct apple_bundle::info_plist::bundle_configuration::Categorization [−][src]
pub struct Categorization {
pub bundle_package_type: Option<String>,
pub application_category_type: Option<AppCategoryType>,
}Expand description
Categorization
Fields
bundle_package_type: Option<String>The type of bundle.
This key consists of a four-letter code for the bundle type. For apps, the code is APPL, for frameworks, it’s FMWK, and for bundles, it’s BNDL. The default value is derived from the bundle extension or, if it can’t be derived, the default value is BNDL.
Availability
- iOS 2.0+
- macOS 10.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
Core Foundation
application_category_type: Option<AppCategoryType>The category that best describes your app for the App Store.
Availability
- macOS 10.0+
Framework
Core Services
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Categorizationimpl Send for Categorizationimpl Sync for Categorizationimpl Unpin for Categorizationimpl UnwindSafe for CategorizationBlanket Implementations
Mutably borrows from an owned value. Read more