[][src]Struct graph_rs_types::entitytypes::OutlookItem

pub struct OutlookItem {
    pub created_date_time: String,
    pub last_modified_date_time: String,
    pub change_key: String,
    pub categories: Vec<String>,
}

Fields

created_date_time: Stringlast_modified_date_time: Stringchange_key: Stringcategories: Vec<String>

Trait Implementations

impl Eq for OutlookItem[src]

impl Clone for OutlookItem[src]

impl PartialEq<OutlookItem> for OutlookItem[src]

impl Debug for OutlookItem[src]

impl Serialize for OutlookItem[src]

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