Struct discord::model::ApplicationInfo [] [src]

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

Information about the current application and the owner.

Fields

Methods

impl ApplicationInfo
[src]

Trait Implementations

impl Debug for ApplicationInfo
[src]

Formats the value using the given formatter.

impl Clone for ApplicationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more