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

pub enum MediaType {
    Image,
    Video,
    Gifv,
}

Variants

Trait Implementations

impl Debug for MediaType
[src]

Formats the value using the given formatter.

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]