pub struct AndroidMinimumOperatingSystem {
pub v4_0: bool,
pub v4_0_3: bool,
pub v4_1: bool,
pub v4_2: bool,
pub v4_3: bool,
pub v4_4: bool,
pub v5_0: bool,
pub v5_1: bool,
}
Fields§
§v4_0: bool
§v4_0_3: bool
§v4_1: bool
§v4_2: bool
§v4_3: bool
§v4_4: bool
§v5_0: bool
§v5_1: bool
Trait Implementations§
Source§impl Clone for AndroidMinimumOperatingSystem
impl Clone for AndroidMinimumOperatingSystem
Source§fn clone(&self) -> AndroidMinimumOperatingSystem
fn clone(&self) -> AndroidMinimumOperatingSystem
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 AndroidMinimumOperatingSystem
impl<'de> Deserialize<'de> for AndroidMinimumOperatingSystem
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 AndroidMinimumOperatingSystem
impl PartialEq for AndroidMinimumOperatingSystem
Source§fn eq(&self, other: &AndroidMinimumOperatingSystem) -> bool
fn eq(&self, other: &AndroidMinimumOperatingSystem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for AndroidMinimumOperatingSystem
impl StructuralPartialEq for AndroidMinimumOperatingSystem
Auto Trait Implementations§
impl Freeze for AndroidMinimumOperatingSystem
impl RefUnwindSafe for AndroidMinimumOperatingSystem
impl Send for AndroidMinimumOperatingSystem
impl Sync for AndroidMinimumOperatingSystem
impl Unpin for AndroidMinimumOperatingSystem
impl UnwindSafe for AndroidMinimumOperatingSystem
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