Enum glitch_in_the_matrix::types::Presence [] [src]

pub enum Presence {
    Online,
    Offline,
    Unavailable,
}

Information about whether people are online or not.

Variants

Trait Implementations

impl Debug for Presence
[src]

Formats the value using the given formatter.