Enum discord::model::VerificationLevel [] [src]

pub enum VerificationLevel {
    None,
    Low,
    Medium,
    High,
}

A condition that new users must satisfy before posting in text channels

Variants

No verification is needed

Must have a verified email on their Discord account

Must also be registered on Discord for longer than 5 minutes

Must also be a member of this server for longer than 10 minutes

Methods

impl VerificationLevel
[src]

Trait Implementations

impl Copy for VerificationLevel
[src]

impl Clone for VerificationLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for VerificationLevel
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for VerificationLevel
[src]

impl PartialEq for VerificationLevel
[src]

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

This method tests for !=.

impl Debug for VerificationLevel
[src]

Formats the value using the given formatter.