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