pub enum AccentDynamicKind {
Accent,
Marcato,
Sforzando,
Rinforzando,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AccentDynamicKind
impl Clone for AccentDynamicKind
Source§fn clone(&self) -> AccentDynamicKind
fn clone(&self) -> AccentDynamicKind
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 AccentDynamicKind
impl Debug for AccentDynamicKind
Source§impl Display for AccentDynamicKind
impl Display for AccentDynamicKind
Source§impl FromStr for AccentDynamicKind
impl FromStr for AccentDynamicKind
Source§impl Hash for AccentDynamicKind
impl Hash for AccentDynamicKind
Source§impl Ord for AccentDynamicKind
impl Ord for AccentDynamicKind
Source§fn cmp(&self, other: &AccentDynamicKind) -> Ordering
fn cmp(&self, other: &AccentDynamicKind) -> Ordering
1.21.0 (const: unstable) · 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 AccentDynamicKind
impl PartialEq for AccentDynamicKind
Source§fn eq(&self, other: &AccentDynamicKind) -> bool
fn eq(&self, other: &AccentDynamicKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AccentDynamicKind
impl PartialOrd for AccentDynamicKind
impl Copy for AccentDynamicKind
impl Eq for AccentDynamicKind
impl StructuralPartialEq for AccentDynamicKind
Auto Trait Implementations§
impl Freeze for AccentDynamicKind
impl RefUnwindSafe for AccentDynamicKind
impl Send for AccentDynamicKind
impl Sync for AccentDynamicKind
impl Unpin for AccentDynamicKind
impl UnsafeUnpin for AccentDynamicKind
impl UnwindSafe for AccentDynamicKind
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