Struct serenity::model::Integration
[−]
[src]
pub struct Integration {
pub id: IntegrationId,
pub account: IntegrationAccount,
pub enabled: bool,
pub expire_behaviour: u64,
pub expire_grace_period: u64,
pub kind: String,
pub name: String,
pub role_id: RoleId,
pub synced_at: u64,
pub syncing: bool,
pub user: User,
}Various information about integrations.
Fields
id: IntegrationId
account: IntegrationAccount
enabled: bool
expire_behaviour: u64
expire_grace_period: u64
kind: String
name: String
role_id: RoleId
synced_at: u64
syncing: bool
user: User
Trait Implementations
impl Clone for Integration[src]
fn clone(&self) -> Integration[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