[][src]Struct graph_rs_types::entitytypes::MobileAppContentFile

pub struct MobileAppContentFile {
    pub azure_storage_uri: String,
    pub is_committed: bool,
    pub created_date_time: String,
    pub name: String,
    pub size: i64,
    pub size_encrypted: i64,
    pub azure_storage_uri_expiration_date_time: String,
    pub manifest: Vec<u8>,
    pub upload_state: MobileAppContentFileUploadState,
}

Fields

azure_storage_uri: Stringis_committed: boolcreated_date_time: Stringname: Stringsize: i64size_encrypted: i64azure_storage_uri_expiration_date_time: Stringmanifest: Vec<u8>upload_state: MobileAppContentFileUploadState

Trait Implementations

impl Eq for MobileAppContentFile[src]

impl Clone for MobileAppContentFile[src]

impl PartialEq<MobileAppContentFile> for MobileAppContentFile[src]

impl Debug for MobileAppContentFile[src]

impl Serialize for MobileAppContentFile[src]

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