Struct apple_bundle::info_plist::protected_resources::Scripting [−][src]
Expand description
Scripting
Fields
apple_script_enabled: Option<bool>A Boolean value indicating whether AppleScript is enabled.
Availability
- macOS 10.0+
Framework
- Foundation
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 Scriptingimpl UnwindSafe for ScriptingBlanket Implementations
Mutably borrows from an owned value. Read more