Struct twilight_model::guild::Guild[][src]

pub struct Guild {
Show fields pub afk_channel_id: Option<ChannelId>, pub afk_timeout: u64, pub application_id: Option<ApplicationId>, pub approximate_member_count: Option<u64>, pub approximate_presence_count: Option<u64>, pub banner: Option<String>, pub channels: Vec<GuildChannel>, 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 id: GuildId, pub joined_at: Option<String>, pub large: bool, pub max_members: Option<u64>, pub max_presences: Option<u64>, pub max_video_channel_users: Option<u64>, pub member_count: Option<u64>, pub members: Vec<Member>, 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 presences: Vec<Presence>, pub roles: Vec<Role>, pub rules_channel_id: Option<ChannelId>, pub splash: Option<String>, pub stage_instances: Vec<StageInstance>, pub system_channel_flags: SystemChannelFlags, pub system_channel_id: Option<ChannelId>, pub unavailable: bool, pub vanity_url_code: Option<String>, pub verification_level: VerificationLevel, pub voice_states: Vec<VoiceState>, pub widget_channel_id: Option<ChannelId>, pub widget_enabled: Option<bool>,
}

Fields

afk_channel_id: Option<ChannelId>afk_timeout: u64application_id: Option<ApplicationId>approximate_member_count: Option<u64>approximate_presence_count: Option<u64>banner: Option<String>channels: Vec<GuildChannel>default_message_notifications: DefaultMessageNotificationLeveldescription: Option<String>discovery_splash: Option<String>emojis: Vec<Emoji>explicit_content_filter: ExplicitContentFilterfeatures: Vec<String>icon: Option<String>id: GuildIdjoined_at: Option<String>large: boolmax_members: Option<u64>max_presences: Option<u64>max_video_channel_users: Option<u64>member_count: Option<u64>members: Vec<Member>mfa_level: MfaLevelname: Stringnsfw_level: NSFWLevelowner_id: UserIdowner: Option<bool>permissions: Option<Permissions>preferred_locale: Stringpremium_subscription_count: Option<u64>premium_tier: PremiumTierpresences: Vec<Presence>roles: Vec<Role>rules_channel_id: Option<ChannelId>splash: Option<String>stage_instances: Vec<StageInstance>system_channel_flags: SystemChannelFlagssystem_channel_id: Option<ChannelId>unavailable: boolvanity_url_code: Option<String>verification_level: VerificationLevelvoice_states: Vec<VoiceState>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.