Struct twitter_stream::entities::Sizes [] [src]

pub struct Sizes {
    pub thumb: Size,
    pub large: Size,
    pub medium: Size,
    pub small: Size,
}

Represents the sizes field in Media.

Fields

Trait Implementations

impl Clone for Sizes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sizes
[src]

Formats the value using the given formatter.

impl Eq for Sizes
[src]

impl PartialEq for Sizes
[src]

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

This method tests for !=.

impl Hash for Sizes
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.