pub struct MediaMetadatas(/* private fields */);Trait Implementations§
Source§impl Clone for MediaMetadatas
impl Clone for MediaMetadatas
Source§fn clone(&self) -> MediaMetadatas
fn clone(&self) -> MediaMetadatas
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 MediaMetadatas
impl Debug for MediaMetadatas
Source§impl<'de> Deserialize<'de> for MediaMetadatas
impl<'de> Deserialize<'de> for MediaMetadatas
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
Source§impl PartialEq for MediaMetadatas
impl PartialEq for MediaMetadatas
Source§impl Serialize for MediaMetadatas
impl Serialize for MediaMetadatas
impl StructuralPartialEq for MediaMetadatas
Auto Trait Implementations§
impl Freeze for MediaMetadatas
impl RefUnwindSafe for MediaMetadatas
impl Send for MediaMetadatas
impl Sync for MediaMetadatas
impl Unpin for MediaMetadatas
impl UnwindSafe for MediaMetadatas
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