[][src]Struct graph_rs_types::complextypes::AndroidMinimumOperatingSystem

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: boolv4_0_3: boolv4_1: boolv4_2: boolv4_3: boolv4_4: boolv5_0: boolv5_1: bool

Trait Implementations

impl Eq for AndroidMinimumOperatingSystem[src]

impl Clone for AndroidMinimumOperatingSystem[src]

impl PartialEq<AndroidMinimumOperatingSystem> for AndroidMinimumOperatingSystem[src]

impl Debug for AndroidMinimumOperatingSystem[src]

impl Serialize for AndroidMinimumOperatingSystem[src]

impl<'de> Deserialize<'de> for AndroidMinimumOperatingSystem[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]