Enum egg_mode::entities::MediaType [] [src]

pub enum MediaType {
    Photo,
    Video,
    Gif,
}

Represents the types of media that can be attached to a tweet.

Variants

A static image.

A video.

An animated GIF, delivered as a video without audio.

Trait Implementations

impl Debug for MediaType
[src]

[src]

Formats the value using the given formatter.

impl Copy for MediaType
[src]

impl Clone for MediaType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more