Enum serenity::gateway::ReconnectType[][src]

pub enum ReconnectType {
    Reidentify,
    Resume,
}

The type of reconnection that should be performed.

Variants

Indicator that a new connection should be made by sending an IDENTIFY.

Indicator that a new connection should be made by sending a RESUME.

Auto Trait Implementations