pub enum LyricCodec {
Lrc,
Txt,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for LyricCodec
impl Clone for LyricCodec
Source§fn clone(&self) -> LyricCodec
fn clone(&self) -> LyricCodec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LyricCodec
impl Debug for LyricCodec
Source§impl<'de> Deserialize<'de> for LyricCodec
impl<'de> Deserialize<'de> for LyricCodec
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 Display for LyricCodec
impl Display for LyricCodec
Source§impl FromStr for LyricCodec
impl FromStr for LyricCodec
Source§impl Hash for LyricCodec
impl Hash for LyricCodec
Source§impl PartialEq for LyricCodec
impl PartialEq for LyricCodec
Source§impl Serialize for LyricCodec
impl Serialize for LyricCodec
impl Copy for LyricCodec
impl Eq for LyricCodec
impl StructuralPartialEq for LyricCodec
Auto Trait Implementations§
impl Freeze for LyricCodec
impl RefUnwindSafe for LyricCodec
impl Send for LyricCodec
impl Sync for LyricCodec
impl Unpin for LyricCodec
impl UnwindSafe for LyricCodec
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