Struct feed_rs::model::MediaCommunity [−][src]
pub struct MediaCommunity {
pub stars_avg: Option<f64>,
pub stars_count: Option<u64>,
pub stars_min: Option<u64>,
pub stars_max: Option<u64>,
pub stats_views: Option<u64>,
pub stats_favorites: Option<u64>,
}
Expand description
Represents a “media:community” item from the RSS Media spec
Fields
stars_avg: Option<f64>
Star rating
stars_count: Option<u64>
stars_min: Option<u64>
stars_max: Option<u64>
stats_views: Option<u64>
Statistics on engagement
stats_favorites: Option<u64>
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 MediaCommunity
impl Send for MediaCommunity
impl Sync for MediaCommunity
impl Unpin for MediaCommunity
impl UnwindSafe for MediaCommunity
Blanket Implementations
Mutably borrows from an owned value. Read more