Struct twilight_model::invite::InviteGuild [−][src]
pub struct InviteGuild {
pub banner: Option<String>,
pub description: Option<String>,
pub features: Vec<String>,
pub icon: Option<String>,
pub id: GuildId,
pub name: String,
pub splash: Option<String>,
pub vanity_url_code: Option<String>,
pub verification_level: VerificationLevel,
pub welcome_screen: Option<WelcomeScreen>,
}Fields
Hash of the banner image.
description: Option<String>Description used for guild discovery.
features: Vec<String>List of features that the guild has had enabled.
icon: Option<String>Hash of the icon image.
id: GuildIdID of the guild.
name: StringName of the guild.
splash: Option<String>Hash of the splash image.
vanity_url_code: Option<String>Vanity code unique to the guild for invites.
verification_level: VerificationLevelAccount verification level required to participate.
welcome_screen: Option<WelcomeScreen>Welcome screen for a Community guild.
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 InviteGuildimpl Send for InviteGuildimpl Sync for InviteGuildimpl Unpin for InviteGuildimpl UnwindSafe for InviteGuildBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more