Enum whatsappweb::PresenceStatus[][src]

pub enum PresenceStatus {
    Unavailable,
    Available,
    Typing,
    Recording,
}

Variants

Trait Implementations

impl Debug for PresenceStatus
[src]

Formats the value using the given formatter. Read more

impl Copy for PresenceStatus
[src]

impl Clone for PresenceStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations