Enum tumblr::Video [] [src]

pub enum Video {
    Youtube {
        height: u32,
        width: u32,
        video_id: String,
    },
}

Variants

Fields of Youtube

Trait Implementations

impl Debug for Video
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Video
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Video

impl Sync for Video