Struct serenity::model::CurrentApplicationInfo [] [src]

pub struct CurrentApplicationInfo {
    pub description: String,
    pub icon: Option<String>,
    pub id: UserId,
    pub name: String,
    pub owner: User,
    pub rpc_origins: Vec<String>,
}

Information about the current application and its owner.

Fields

Trait Implementations

impl Clone for CurrentApplicationInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CurrentApplicationInfo
[src]

[src]

Formats the value using the given formatter.