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>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
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 InviteGuild
impl Send for InviteGuild
impl Sync for InviteGuild
impl Unpin for InviteGuild
impl UnwindSafe for InviteGuild
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more