Struct egg_mode::entities::MediaSizes [] [src]

pub struct MediaSizes {
    pub thumb: MediaSize,
    pub small: MediaSize,
    pub medium: MediaSize,
    pub large: MediaSize,
}

Represents the available sizes for a media file.

Fields

Information for a thumbnail-sized version of the media.

Information for a small-sized version of the media.

Information for a medium-sized version of the media.

Information for a large-sized version of the media.

Trait Implementations

impl Debug for MediaSizes
[src]

[src]

Formats the value using the given formatter.

impl Copy for MediaSizes
[src]

impl Clone for MediaSizes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more