[][src]Struct graph_rs_types::entitytypes::VppToken

pub struct VppToken {
    pub organization_name: String,
    pub vpp_token_account_type: VppTokenAccountType,
    pub apple_id: String,
    pub expiration_date_time: String,
    pub last_sync_date_time: String,
    pub token: String,
    pub last_modified_date_time: String,
    pub state: VppTokenState,
    pub last_sync_status: VppTokenSyncStatus,
    pub automatically_update_apps: bool,
    pub country_or_region: String,
}

Fields

organization_name: Stringvpp_token_account_type: VppTokenAccountTypeapple_id: Stringexpiration_date_time: Stringlast_sync_date_time: Stringtoken: Stringlast_modified_date_time: Stringstate: VppTokenStatelast_sync_status: VppTokenSyncStatusautomatically_update_apps: boolcountry_or_region: String

Trait Implementations

impl Eq for VppToken[src]

impl Clone for VppToken[src]

impl PartialEq<VppToken> for VppToken[src]

impl Debug for VppToken[src]

impl Serialize for VppToken[src]

impl<'de> Deserialize<'de> for VppToken[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]