Enum serenity::model::Feature [] [src]

pub enum Feature {
    InviteSplash,
    VanityUrl,
    VipRegions,
}

A special feature, such as for VIP guilds, that a Guild has had granted to them.

Variants

The Guild can set a custom splash image on invite URLs.

The Guild can set a Vanity URL, which is a custom-named permanent invite code.

The Guild has access to VIP voice channel regions.

Trait Implementations

impl Copy for Feature
[src]

impl Clone for Feature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Feature
[src]

Formats the value using the given formatter.

impl Hash for Feature
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Feature
[src]

impl PartialEq for Feature
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.