Enum whatsappweb::ChatAction[][src]

pub enum ChatAction {
    Add,
    Remove,
    Archive,
    Unarchive,
    Clear,
    Pin(i64),
    Unpin,
    Mute(i64),
    Unmute,
    Read,
    Unread,
}

Variants

Trait Implementations

impl Debug for ChatAction
[src]

Formats the value using the given formatter. Read more

impl Copy for ChatAction
[src]

impl Clone for ChatAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChatAction

impl Sync for ChatAction