Struct serenity::model::Presence [] [src]

pub struct Presence {
    pub game: Option<Game>,
    pub last_modified: Option<u64>,
    pub nick: Option<String>,
    pub status: OnlineStatus,
    pub user_id: UserId,
    pub user: Option<User>,
}

A member's online status

Fields

Trait Implementations

impl Clone for Presence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Presence
[src]

Formats the value using the given formatter.