Struct discord::model::Game [] [src]

pub struct Game {
    pub name: String,
    pub url: Option<String>,
    pub kind: GameType,
}

Information about a game being played

Fields

Methods

impl Game
[src]

Trait Implementations

impl Debug for Game
[src]

Formats the value using the given formatter.

impl Clone for Game
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more