Enum mp4::MetadataKey
source · pub enum MetadataKey {
Title,
Year,
Poster,
Summary,
}
Variants§
Trait Implementations§
source§impl Clone for MetadataKey
impl Clone for MetadataKey
source§fn clone(&self) -> MetadataKey
fn clone(&self) -> MetadataKey
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 MetadataKey
impl Debug for MetadataKey
source§impl Hash for MetadataKey
impl Hash for MetadataKey
source§impl PartialEq<MetadataKey> for MetadataKey
impl PartialEq<MetadataKey> for MetadataKey
source§fn eq(&self, other: &MetadataKey) -> bool
fn eq(&self, other: &MetadataKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MetadataKey
impl Serialize for MetadataKey
impl Eq for MetadataKey
impl StructuralEq for MetadataKey
impl StructuralPartialEq for MetadataKey
Auto Trait Implementations§
impl RefUnwindSafe for MetadataKey
impl Send for MetadataKey
impl Sync for MetadataKey
impl Unpin for MetadataKey
impl UnwindSafe for MetadataKey
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