Struct feed_rs::model::MediaCredit
source · 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§
source§impl Clone for MediaCredit
impl Clone for MediaCredit
source§fn clone(&self) -> MediaCredit
fn clone(&self) -> MediaCredit
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 MediaCredit
impl Debug for MediaCredit
source§impl PartialEq for MediaCredit
impl PartialEq for MediaCredit
source§fn eq(&self, other: &MediaCredit) -> bool
fn eq(&self, other: &MediaCredit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MediaCredit
impl StructuralEq for MediaCredit
impl StructuralPartialEq for MediaCredit
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more