pub struct LaunchStoryboards {
pub default_launch_storyboard: Option<String>,
pub launch_storyboard_definitions: Option<Vec<LaunchStoryboardDefinition>>,
pub url_to_launch_storyboard_associations: Option<BTreeMap<String, String>>,
}Expand description
Launch Storyboards
Fields§
§default_launch_storyboard: Option<String>§launch_storyboard_definitions: Option<Vec<LaunchStoryboardDefinition>>§url_to_launch_storyboard_associations: Option<BTreeMap<String, String>>Trait Implementations§
Source§impl Clone for LaunchStoryboards
impl Clone for LaunchStoryboards
Source§fn clone(&self) -> LaunchStoryboards
fn clone(&self) -> LaunchStoryboards
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LaunchStoryboards
impl Debug for LaunchStoryboards
Source§impl Default for LaunchStoryboards
impl Default for LaunchStoryboards
Source§fn default() -> LaunchStoryboards
fn default() -> LaunchStoryboards
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LaunchStoryboards
impl<'de> Deserialize<'de> for LaunchStoryboards
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LaunchStoryboards
impl PartialEq for LaunchStoryboards
Source§impl Serialize for LaunchStoryboards
impl Serialize for LaunchStoryboards
impl Eq for LaunchStoryboards
impl StructuralPartialEq for LaunchStoryboards
Auto Trait Implementations§
impl Freeze for LaunchStoryboards
impl RefUnwindSafe for LaunchStoryboards
impl Send for LaunchStoryboards
impl Sync for LaunchStoryboards
impl Unpin for LaunchStoryboards
impl UnwindSafe for LaunchStoryboards
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.