Struct feed_rs::model::MediaCredit [−][src]
pub struct MediaCredit {
pub entity: String,
}
Expand description
Represents a “media:credit” item from the RSS Media spec
Fields
entity: String
The entity being credited
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 MediaCredit
impl Send for MediaCredit
impl Sync for MediaCredit
impl Unpin for MediaCredit
impl UnwindSafe for MediaCredit
Blanket Implementations
Mutably borrows from an owned value. Read more