Struct apple_bundle::info_plist::app_services::Service [−][src]
pub struct Service {
pub environment_variables: Option<DefaultDictionary>,
pub join_existing_session: Option<bool>,
pub run_loop_type: Option<RunLoopType>,
pub service_type: Option<ServiceType>,
}Expand description
Service
Fields
environment_variables: Option<DefaultDictionary>join_existing_session: Option<bool>run_loop_type: Option<RunLoopType>service_type: Option<ServiceType>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