Struct apple_bundle::info_plist::app_execution::Service [−][src]
pub struct Service {
pub key_equivalent: Option<DefaultDictionary>,
pub menu_item: DefaultDictionary,
pub message: String,
pub port_name: Option<String>,
pub return_types: Option<Vec<String>>,
pub send_types: Option<Vec<String>>,
pub timeout: Option<String>,
pub user_data: Option<BTreeMap<String, String>>,
}Expand description
Service
Fields
key_equivalent: Option<DefaultDictionary>A keyboard shortcut that invokes the service menu command.
Availability
- macOS 10.0+
Framework
- AppKit
message: Stringport_name: Option<String>return_types: Option<Vec<String>>send_types: Option<Vec<String>>timeout: Option<String>The amount of time, in milliseconds, that the system waits for a response from the service.
Availability
- macOS 10.0+
Framework
- AppKit
user_data: Option<BTreeMap<String, String>>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 Serviceimpl UnwindSafe for ServiceBlanket Implementations
Mutably borrows from an owned value. Read more