Enum TempoChangeKind
pub enum TempoChangeKind {
Immediate,
Gradual,
Accelerando,
Ritardando,
Rallentando,
ATempo,
}Variants§
Implementations§
§impl TempoChangeKind
impl TempoChangeKind
pub const ALL: &'static [TempoChangeKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for TempoChangeKind
impl Clone for TempoChangeKind
§fn clone(&self) -> TempoChangeKind
fn clone(&self) -> TempoChangeKind
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 TempoChangeKind
impl Debug for TempoChangeKind
§impl Display for TempoChangeKind
impl Display for TempoChangeKind
§impl FromStr for TempoChangeKind
impl FromStr for TempoChangeKind
§type Err = TempoError
type Err = TempoError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<TempoChangeKind, <TempoChangeKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<TempoChangeKind, <TempoChangeKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for TempoChangeKind
impl Hash for TempoChangeKind
§impl Ord for TempoChangeKind
impl Ord for TempoChangeKind
§impl PartialEq for TempoChangeKind
impl PartialEq for TempoChangeKind
§impl PartialOrd for TempoChangeKind
impl PartialOrd for TempoChangeKind
impl Copy for TempoChangeKind
impl Eq for TempoChangeKind
impl StructuralPartialEq for TempoChangeKind
Auto Trait Implementations§
impl Freeze for TempoChangeKind
impl RefUnwindSafe for TempoChangeKind
impl Send for TempoChangeKind
impl Sync for TempoChangeKind
impl Unpin for TempoChangeKind
impl UnsafeUnpin for TempoChangeKind
impl UnwindSafe for TempoChangeKind
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