Struct feed_rs::model::MediaRating
source · pub struct MediaRating {
pub urn: String,
pub value: String,
}
Expand description
Rating of the feed, item or media within the content
Fields§
§urn: String
§value: String
Implementations§
Trait Implementations§
source§impl Clone for MediaRating
impl Clone for MediaRating
source§fn clone(&self) -> MediaRating
fn clone(&self) -> MediaRating
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MediaRating
impl Debug for MediaRating
source§impl PartialEq<MediaRating> for MediaRating
impl PartialEq<MediaRating> for MediaRating
source§fn eq(&self, other: &MediaRating) -> bool
fn eq(&self, other: &MediaRating) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.