Struct twilight_model::guild::audit_log::PartialGuildIntegration [−][src]
pub struct PartialGuildIntegration {
pub account: Option<IntegrationAccount>,
pub enabled: Option<bool>,
pub expire_behavior: Option<u64>,
pub expire_grace_period: Option<u64>,
pub id: Option<IntegrationId>,
pub kind: Option<String>,
pub name: Option<String>,
pub role_id: Option<IntegrationId>,
pub synced_at: Option<String>,
pub syncing: Option<bool>,
pub user: Option<User>,
}Fields
account: Option<IntegrationAccount>enabled: Option<bool>expire_behavior: Option<u64>expire_grace_period: Option<u64>id: Option<IntegrationId>kind: Option<String>name: Option<String>role_id: Option<IntegrationId>synced_at: Option<String>syncing: Option<bool>user: Option<User>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PartialGuildIntegrationimpl Send for PartialGuildIntegrationimpl Sync for PartialGuildIntegrationimpl Unpin for PartialGuildIntegrationimpl UnwindSafe for PartialGuildIntegrationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more