Enum AccentDynamicKind
pub enum AccentDynamicKind {
Accent,
Marcato,
Sforzando,
Rinforzando,
Custom,
}Variants§
Implementations§
§impl AccentDynamicKind
impl AccentDynamicKind
pub const ALL: &'static [AccentDynamicKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for AccentDynamicKind
impl Clone for AccentDynamicKind
§fn clone(&self) -> AccentDynamicKind
fn clone(&self) -> AccentDynamicKind
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 more§impl Debug for AccentDynamicKind
impl Debug for AccentDynamicKind
§impl Display for AccentDynamicKind
impl Display for AccentDynamicKind
§impl FromStr for AccentDynamicKind
impl FromStr for AccentDynamicKind
§type Err = DynamicsError
type Err = DynamicsError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<AccentDynamicKind, <AccentDynamicKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<AccentDynamicKind, <AccentDynamicKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for AccentDynamicKind
impl Hash for AccentDynamicKind
§impl Ord for AccentDynamicKind
impl Ord for AccentDynamicKind
§fn cmp(&self, other: &AccentDynamicKind) -> Ordering
fn cmp(&self, other: &AccentDynamicKind) -> 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
§impl PartialEq for AccentDynamicKind
impl PartialEq for AccentDynamicKind
§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