pub enum TuneLine {
Comment(Comment),
Music(MusicLine),
Symbol(SymbolLine),
Lyric(LyricLine),
}Variants§
Trait Implementations§
impl StructuralPartialEq for TuneLine
Auto Trait Implementations§
impl Freeze for TuneLine
impl RefUnwindSafe for TuneLine
impl Send for TuneLine
impl Sync for TuneLine
impl Unpin for TuneLine
impl UnwindSafe for TuneLine
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