[][src]Struct graph_rs_types::entitytypes::UserActivity

pub struct UserActivity {
    pub visual_elements: VisualInfo,
    pub activity_source_host: String,
    pub activation_url: String,
    pub app_activity_id: String,
    pub app_display_name: String,
    pub content_url: String,
    pub created_date_time: String,
    pub expiration_date_time: String,
    pub fallback_url: String,
    pub last_modified_date_time: String,
    pub user_timezone: String,
    pub content_info: Json,
    pub status: Status,
    pub history_items: Vec<ActivityHistoryItem>,
}

Fields

visual_elements: VisualInfoactivity_source_host: Stringactivation_url: Stringapp_activity_id: Stringapp_display_name: Stringcontent_url: Stringcreated_date_time: Stringexpiration_date_time: Stringfallback_url: Stringlast_modified_date_time: Stringuser_timezone: Stringcontent_info: Jsonstatus: Statushistory_items: Vec<ActivityHistoryItem>

Trait Implementations

impl Eq for UserActivity[src]

impl Clone for UserActivity[src]

impl PartialEq<UserActivity> for UserActivity[src]

impl Debug for UserActivity[src]

impl Serialize for UserActivity[src]

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