pub struct ScoreContentItem {
pub type_: String,
pub url: String,
pub title: Option<String>,
pub media_type: Option<String>,
}Fields§
§type_: String§url: String§title: Option<String>§media_type: Option<String>Trait Implementations§
Source§impl Clone for ScoreContentItem
impl Clone for ScoreContentItem
Source§fn clone(&self) -> ScoreContentItem
fn clone(&self) -> ScoreContentItem
Returns a duplicate 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 ScoreContentItem
impl Debug for ScoreContentItem
Source§impl<'de> Deserialize<'de> for ScoreContentItem
impl<'de> Deserialize<'de> for ScoreContentItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ScoreContentItem
impl RefUnwindSafe for ScoreContentItem
impl Send for ScoreContentItem
impl Sync for ScoreContentItem
impl Unpin for ScoreContentItem
impl UnwindSafe for ScoreContentItem
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