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