Struct apple_bundle::info_plist::user_interface::LaunchScreenDefinitions [−][src]
pub struct LaunchScreenDefinitions {
pub color_name: Option<String>,
pub launch_screen: LaunchScreen,
}Expand description
Launch Screen Definitions
Fields
color_name: Option<String>A unique name for the launch screen configuration.
You can choose any name you want for the identifier, as long as it’s unique among all your app’s configuration identifiers. Use this value to refer to the configuration when storing a URL to configuration mapping as the value for the UIURLToLaunchScreenAssociations key, or when specifying a default configuration with the UIDefaultLaunchScreen key.
launch_screen: LaunchScreenTrait 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 LaunchScreenDefinitionsimpl Send for LaunchScreenDefinitionsimpl Sync for LaunchScreenDefinitionsimpl Unpin for LaunchScreenDefinitionsimpl UnwindSafe for LaunchScreenDefinitionsBlanket Implementations
Mutably borrows from an owned value. Read more