Struct apple_bundle::info_plist::app_execution::ApplicationShortcutItem [−][src]
pub struct ApplicationShortcutItem {
pub icon_file: Option<String>,
pub symbol_name: Option<String>,
pub icon_type: Option<String>,
pub subtitle: Option<String>,
pub title: String,
pub item_type: String,
pub user_info: Option<BTreeMap<String, String>>,
}Expand description
Application Shortcut Item
Fields
icon_file: Option<String>symbol_name: Option<String>icon_type: Option<String>subtitle: Option<String>title: Stringitem_type: Stringuser_info: Option<BTreeMap<String, String>>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 ApplicationShortcutItemimpl Send for ApplicationShortcutItemimpl Sync for ApplicationShortcutItemimpl Unpin for ApplicationShortcutItemimpl UnwindSafe for ApplicationShortcutItemBlanket Implementations
Mutably borrows from an owned value. Read more