pub enum ParsedKaraokeMode {
FillSwap,
Sweep,
OutlineToggle,
}Variants§
Trait Implementations§
Source§impl Clone for ParsedKaraokeMode
impl Clone for ParsedKaraokeMode
Source§fn clone(&self) -> ParsedKaraokeMode
fn clone(&self) -> ParsedKaraokeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParsedKaraokeMode
impl Debug for ParsedKaraokeMode
Source§impl Default for ParsedKaraokeMode
impl Default for ParsedKaraokeMode
Source§fn default() -> ParsedKaraokeMode
fn default() -> ParsedKaraokeMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for ParsedKaraokeMode
impl PartialEq for ParsedKaraokeMode
Source§fn eq(&self, other: &ParsedKaraokeMode) -> bool
fn eq(&self, other: &ParsedKaraokeMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ParsedKaraokeMode
impl Eq for ParsedKaraokeMode
impl StructuralPartialEq for ParsedKaraokeMode
Auto Trait Implementations§
impl Freeze for ParsedKaraokeMode
impl RefUnwindSafe for ParsedKaraokeMode
impl Send for ParsedKaraokeMode
impl Sync for ParsedKaraokeMode
impl Unpin for ParsedKaraokeMode
impl UnsafeUnpin for ParsedKaraokeMode
impl UnwindSafe for ParsedKaraokeMode
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