Struct feed_rs::model::MediaThumbnail [−][src]
Expand description
Represents a “media:thumbnail” item from the RSS Media spec
Fields
image: Image
The thumbnail image
time: Option<Duration>
The time this thumbnail represents
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MediaThumbnail
impl Send for MediaThumbnail
impl Sync for MediaThumbnail
impl Unpin for MediaThumbnail
impl UnwindSafe for MediaThumbnail
Blanket Implementations
Mutably borrows from an owned value. Read more