Struct serenity::model::IntegrationAccount
[−]
[src]
pub struct IntegrationAccount {
pub id: String,
pub name: String,
}Integration account object.
Fields
id: String
name: String
Trait Implementations
impl Clone for IntegrationAccount[src]
fn clone(&self) -> IntegrationAccount[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