Struct serenity::model::IntegrationAccount [] [src]

pub struct IntegrationAccount {
    pub id: String,
    pub name: String,
}

Integration account object.

Fields

Trait Implementations

impl Clone for IntegrationAccount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IntegrationAccount
[src]

[src]

Formats the value using the given formatter.