pub enum TagType {
Title,
Copyright,
Software,
Artist,
Comment,
Date,
Album,
License,
Tracknumber,
Genre,
}
Expand description
Type of tags
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagType
impl RefUnwindSafe for TagType
impl Send for TagType
impl Sync for TagType
impl Unpin for TagType
impl UnwindSafe for TagType
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