Enum whatsappweb::MediaType[][src]

pub enum MediaType {
    Image,
    Video,
    Audio,
    Document,
}

Variants

Trait Implementations

impl Copy for MediaType
[src]

impl Clone for MediaType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MediaType

impl Sync for MediaType