pub struct IosDeviceType {
pub i_pad: bool,
pub i_phone_and_i_pod: bool,
}
Fields§
§i_pad: bool
§i_phone_and_i_pod: bool
Trait Implementations§
Source§impl Clone for IosDeviceType
impl Clone for IosDeviceType
Source§fn clone(&self) -> IosDeviceType
fn clone(&self) -> IosDeviceType
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 IosDeviceType
impl Debug for IosDeviceType
Source§impl<'de> Deserialize<'de> for IosDeviceType
impl<'de> Deserialize<'de> for IosDeviceType
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 IosDeviceType
impl PartialEq for IosDeviceType
Source§impl Serialize for IosDeviceType
impl Serialize for IosDeviceType
impl Eq for IosDeviceType
impl StructuralPartialEq for IosDeviceType
Auto Trait Implementations§
impl Freeze for IosDeviceType
impl RefUnwindSafe for IosDeviceType
impl Send for IosDeviceType
impl Sync for IosDeviceType
impl Unpin for IosDeviceType
impl UnwindSafe for IosDeviceType
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