pub enum ScoreFormKind {
Melody,
Chord,
Staff,
Counterpoint,
PianoRoll,
Snapshot,
ChangeStream,
Progression,
}Expand description
Target representation for a catalog conversion.
Variants§
Trait Implementations§
Source§impl Clone for ScoreFormKind
impl Clone for ScoreFormKind
Source§fn clone(&self) -> ScoreFormKind
fn clone(&self) -> ScoreFormKind
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 moreimpl Copy for ScoreFormKind
Source§impl Debug for ScoreFormKind
impl Debug for ScoreFormKind
impl Eq for ScoreFormKind
Source§impl PartialEq for ScoreFormKind
impl PartialEq for ScoreFormKind
impl StructuralPartialEq for ScoreFormKind
Auto Trait Implementations§
impl Freeze for ScoreFormKind
impl RefUnwindSafe for ScoreFormKind
impl Send for ScoreFormKind
impl Sync for ScoreFormKind
impl Unpin for ScoreFormKind
impl UnsafeUnpin for ScoreFormKind
impl UnwindSafe for ScoreFormKind
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