Enum elefren::entities::attachment::MediaType[][src]

pub enum MediaType {
    Image,
    Video,
    Gifv,
    Unknown,
}

The type of media attachment.

Variants

An image.

A video file.

A gifv format file.

Unknown format.

Trait Implementations

impl Debug for MediaType
[src]

Formats the value using the given formatter. Read more

impl Clone for MediaType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MediaType
[src]

Auto Trait Implementations

impl Send for MediaType

impl Sync for MediaType