[][src]Struct graph_rs_types::entitytypes::ManagedEBook

pub struct ManagedEBook {
    pub display_name: String,
    pub description: String,
    pub publisher: String,
    pub published_date_time: String,
    pub large_cover: MimeContent,
    pub created_date_time: String,
    pub last_modified_date_time: String,
    pub information_url: String,
    pub privacy_information_url: String,
    pub assignments: Vec<ManagedEBookAssignment>,
    pub install_summary: EBookInstallSummary,
    pub device_states: Vec<DeviceInstallState>,
    pub user_state_summary: Vec<UserInstallStateSummary>,
}

Fields

display_name: Stringdescription: Stringpublisher: Stringpublished_date_time: Stringlarge_cover: MimeContentcreated_date_time: Stringlast_modified_date_time: Stringinformation_url: Stringprivacy_information_url: Stringassignments: Vec<ManagedEBookAssignment>install_summary: EBookInstallSummarydevice_states: Vec<DeviceInstallState>user_state_summary: Vec<UserInstallStateSummary>

Trait Implementations

impl Eq for ManagedEBook[src]

impl Clone for ManagedEBook[src]

impl PartialEq<ManagedEBook> for ManagedEBook[src]

impl Debug for ManagedEBook[src]

impl Serialize for ManagedEBook[src]

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