Struct symphonia_core::meta::MetadataLog
source · pub struct MetadataLog { /* private fields */ }
Expand description
MetadataLog
is a container for time-ordered Metadata
revisions.
Implementations§
source§impl MetadataLog
impl MetadataLog
Trait Implementations§
source§impl Clone for MetadataLog
impl Clone for MetadataLog
source§fn clone(&self) -> MetadataLog
fn clone(&self) -> MetadataLog
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 MetadataLog
impl Debug for MetadataLog
source§impl Default for MetadataLog
impl Default for MetadataLog
source§fn default() -> MetadataLog
fn default() -> MetadataLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MetadataLog
impl Send for MetadataLog
impl Sync for MetadataLog
impl Unpin for MetadataLog
impl UnwindSafe for MetadataLog
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