Struct discord::model::Presence [] [src]

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

A members's online status

Fields

Methods

impl Presence
[src]

Trait Implementations

impl Debug for Presence
[src]

Formats the value using the given formatter.

impl Clone for Presence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more