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
description: String
                           
                           
                           flags: u64
                           
                           
                           icon: Option<String>
                           
                           
                           id: UserId
                           
                           
                           name: String
                           
                           
                           rpc_origins: Vec<String>
                           
                           
                           owner: User
                           Trait Implementations
impl Debug for ApplicationInfo[src]
impl Clone for ApplicationInfo[src]
fn clone(&self) -> ApplicationInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more