Struct serenity::model::event::PresenceUpdateEvent [] [src]

pub struct PresenceUpdateEvent {
    pub guild_id: Option<GuildId>,
    pub presence: Presence,
    pub roles: Option<Vec<RoleId>>,
}

Fields

Trait Implementations

impl Clone for PresenceUpdateEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PresenceUpdateEvent
[src]

[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for PresenceUpdateEvent
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more