pub struct IosDeviceFeaturesConfiguration {
pub asset_tag_template: String,
pub lock_screen_footnote: String,
pub home_screen_dock_icons: Vec<IosHomeScreenItem>,
pub home_screen_pages: Vec<IosHomeScreenPage>,
pub notification_settings: Vec<IosNotificationSettings>,
}
Fields§
§asset_tag_template: String
§lock_screen_footnote: String
§home_screen_dock_icons: Vec<IosHomeScreenItem>
§home_screen_pages: Vec<IosHomeScreenPage>
§notification_settings: Vec<IosNotificationSettings>
Trait Implementations§
Source§impl Clone for IosDeviceFeaturesConfiguration
impl Clone for IosDeviceFeaturesConfiguration
Source§fn clone(&self) -> IosDeviceFeaturesConfiguration
fn clone(&self) -> IosDeviceFeaturesConfiguration
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<'de> Deserialize<'de> for IosDeviceFeaturesConfiguration
impl<'de> Deserialize<'de> for IosDeviceFeaturesConfiguration
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 IosDeviceFeaturesConfiguration
impl PartialEq for IosDeviceFeaturesConfiguration
Source§fn eq(&self, other: &IosDeviceFeaturesConfiguration) -> bool
fn eq(&self, other: &IosDeviceFeaturesConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IosDeviceFeaturesConfiguration
impl StructuralPartialEq for IosDeviceFeaturesConfiguration
Auto Trait Implementations§
impl Freeze for IosDeviceFeaturesConfiguration
impl RefUnwindSafe for IosDeviceFeaturesConfiguration
impl Send for IosDeviceFeaturesConfiguration
impl Sync for IosDeviceFeaturesConfiguration
impl Unpin for IosDeviceFeaturesConfiguration
impl UnwindSafe for IosDeviceFeaturesConfiguration
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