Struct apple_bundle::info_plist::bundle_configuration::Help [−][src]
pub struct Help {
pub apple_help_anchor: Option<String>,
pub bundle_help_book_name: Option<String>,
pub bundle_help_book_folder: Option<String>,
}Expand description
Help
Fields
apple_help_anchor: Option<String>bundle_help_book_name: Option<String>The name of the help file that will be opened in Help Viewer.
Availability
- macOS 10.0+
Framework
- Core Foundation
bundle_help_book_folder: Option<String>The name of the folder containing the bundle’s help files.
Availability
- macOS 10.0+
Framework
- Core 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 Helpimpl UnwindSafe for HelpBlanket Implementations
Mutably borrows from an owned value. Read more