Struct apple_bundle::info_plist::app_execution::ActivationRule [−][src]
pub struct ActivationRule {
pub dictionary_version: Option<i32>,
pub supports_attachments_with_max_count: Option<i32>,
pub supports_attachments_with_min_count: Option<i32>,
pub supports_file_with_max_count: Option<i32>,
pub supports_image_with_max_count: Option<i32>,
pub supports_movie_with_max_count: Option<i32>,
pub supports_text: Option<bool>,
pub supports_web_page_with_max_count: Option<i32>,
pub supports_web_url_with_max_count: Option<i32>,
pub uses_strict_matching: Option<bool>,
}Expand description
Activation Rule
Fields
dictionary_version: Option<i32>The version of the parent extension-activation rule dictionary.
Availability
- iOS 9.0+
- macOS 10.11+
Framework
- Foundation
supports_attachments_with_max_count: Option<i32>The maximum number of attachments that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_attachments_with_min_count: Option<i32>The minimum number of attachments that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_file_with_max_count: Option<i32>The maximum number of all types of files that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_image_with_max_count: Option<i32>The maximum number of image files that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_movie_with_max_count: Option<i32>The maximum number of movie files that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_text: Option<bool>A Boolean value indicating whether the app extension supports text.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_web_page_with_max_count: Option<i32>The maximum number of webpages that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
supports_web_url_with_max_count: Option<i32>The maximum number of HTTP URLs that the app extension supports.
Availability
- iOS 8.0+
- macOS 10.10+
Framework
- Foundation
uses_strict_matching: Option<bool>A Boolean value indicating whether strict or fuzzy matching is used when determining the asset types an app extension handles.
Availability
- iOS 9.0+
- macOS 10.11+
Framework
- Foundation
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 ActivationRuleimpl Send for ActivationRuleimpl Sync for ActivationRuleimpl Unpin for ActivationRuleimpl UnwindSafe for ActivationRuleBlanket Implementations
Mutably borrows from an owned value. Read more