Struct embedder_traits::MediaMetadata
source · pub struct MediaMetadata {
pub title: String,
pub artist: String,
pub album: String,
}
Expand description
Fields§
§title: String
Title
artist: String
Artist
album: String
Album
Implementations§
Trait Implementations§
source§impl Clone for MediaMetadata
impl Clone for MediaMetadata
source§fn clone(&self) -> MediaMetadata
fn clone(&self) -> MediaMetadata
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 MediaMetadata
impl Debug for MediaMetadata
source§impl<'de> Deserialize<'de> for MediaMetadata
impl<'de> Deserialize<'de> for MediaMetadata
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 MediaMetadata
impl RefUnwindSafe for MediaMetadata
impl Send for MediaMetadata
impl Sync for MediaMetadata
impl Unpin for MediaMetadata
impl UnwindSafe for MediaMetadata
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