pub enum RubatoKind {
None,
Slight,
Expressive,
Free,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RubatoKind
impl Clone for RubatoKind
Source§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 moreSource§impl Debug for RubatoKind
impl Debug for RubatoKind
Source§impl Display for RubatoKind
impl Display for RubatoKind
Source§impl FromStr for RubatoKind
impl FromStr for RubatoKind
Source§impl Hash for RubatoKind
impl Hash for RubatoKind
Source§impl Ord for RubatoKind
impl Ord for RubatoKind
Source§fn cmp(&self, other: &RubatoKind) -> Ordering
fn cmp(&self, other: &RubatoKind) -> 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 RubatoKind
impl PartialEq for RubatoKind
Source§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