pub enum OrnamentKind {
Trill,
Mordent,
Turn,
Appoggiatura,
Acciaccatura,
GraceNote,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OrnamentKind
impl Clone for OrnamentKind
Source§fn clone(&self) -> OrnamentKind
fn clone(&self) -> OrnamentKind
Returns a duplicate of the value. Read more
1.0.0 · 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 OrnamentKind
impl Debug for OrnamentKind
Source§impl Display for OrnamentKind
impl Display for OrnamentKind
Source§impl FromStr for OrnamentKind
impl FromStr for OrnamentKind
Source§impl Hash for OrnamentKind
impl Hash for OrnamentKind
Source§impl Ord for OrnamentKind
impl Ord for OrnamentKind
Source§fn cmp(&self, other: &OrnamentKind) -> Ordering
fn cmp(&self, other: &OrnamentKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OrnamentKind
impl PartialEq for OrnamentKind
Source§impl PartialOrd for OrnamentKind
impl PartialOrd for OrnamentKind
impl Copy for OrnamentKind
impl Eq for OrnamentKind
impl StructuralPartialEq for OrnamentKind
Auto Trait Implementations§
impl Freeze for OrnamentKind
impl RefUnwindSafe for OrnamentKind
impl Send for OrnamentKind
impl Sync for OrnamentKind
impl Unpin for OrnamentKind
impl UnsafeUnpin for OrnamentKind
impl UnwindSafe for OrnamentKind
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