Enum whatsappweb::GroupParticipantsChange[][src]

pub enum GroupParticipantsChange {
    Add,
    Remove,
    Promote,
    Demote,
}

Variants

Trait Implementations

impl Debug for GroupParticipantsChange
[src]

Formats the value using the given formatter. Read more

impl Copy for GroupParticipantsChange
[src]

impl Clone for GroupParticipantsChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations