Struct twilight_model::guild::PartialGuild[][src]

pub struct PartialGuild {
Show fields pub id: GuildId, pub afk_channel_id: Option<ChannelId>, pub afk_timeout: u64, pub application_id: Option<ApplicationId>, pub banner: Option<String>, pub default_message_notifications: DefaultMessageNotificationLevel, pub description: Option<String>, pub discovery_splash: Option<String>, pub emojis: Vec<Emoji>, pub explicit_content_filter: ExplicitContentFilter, pub features: Vec<String>, pub icon: Option<String>, pub max_members: Option<u64>, pub max_presences: Option<u64>, pub member_count: Option<u64>, pub mfa_level: MfaLevel, pub name: String, pub nsfw_level: NSFWLevel, pub owner_id: UserId, pub owner: Option<bool>, pub permissions: Option<Permissions>, pub preferred_locale: String, pub premium_subscription_count: Option<u64>, pub premium_tier: PremiumTier, pub roles: Vec<Role>, pub rules_channel_id: Option<ChannelId>, pub splash: Option<String>, pub system_channel_flags: SystemChannelFlags, pub system_channel_id: Option<ChannelId>, pub verification_level: VerificationLevel, pub vanity_url_code: Option<String>, pub widget_channel_id: Option<ChannelId>, pub widget_enabled: Option<bool>,
}

Fields

id: GuildIdafk_channel_id: Option<ChannelId>afk_timeout: u64application_id: Option<ApplicationId>banner: Option<String>default_message_notifications: DefaultMessageNotificationLeveldescription: Option<String>discovery_splash: Option<String>emojis: Vec<Emoji>explicit_content_filter: ExplicitContentFilterfeatures: Vec<String>icon: Option<String>max_members: Option<u64>max_presences: Option<u64>member_count: Option<u64>mfa_level: MfaLevelname: Stringnsfw_level: NSFWLevelowner_id: UserIdowner: Option<bool>permissions: Option<Permissions>preferred_locale: Stringpremium_subscription_count: Option<u64>premium_tier: PremiumTierroles: Vec<Role>rules_channel_id: Option<ChannelId>splash: Option<String>system_channel_flags: SystemChannelFlagssystem_channel_id: Option<ChannelId>verification_level: VerificationLevelvanity_url_code: Option<String>widget_channel_id: Option<ChannelId>widget_enabled: Option<bool>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.