pub enum IntervalCollectionKind {
Mode(ModeKind),
Scale(ScaleKind),
}Expand description
Represents the kind of interval collection (mode or scale)
Variants§
Trait Implementations§
Source§impl Clone for IntervalCollectionKind
impl Clone for IntervalCollectionKind
Source§fn clone(&self) -> IntervalCollectionKind
fn clone(&self) -> IntervalCollectionKind
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 moreimpl Copy for IntervalCollectionKind
Source§impl Debug for IntervalCollectionKind
impl Debug for IntervalCollectionKind
Source§impl<'de> Deserialize<'de> for IntervalCollectionKind
impl<'de> Deserialize<'de> for IntervalCollectionKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IntervalCollectionKind
Source§impl PartialEq for IntervalCollectionKind
impl PartialEq for IntervalCollectionKind
Source§impl Serialize for IntervalCollectionKind
impl Serialize for IntervalCollectionKind
impl StructuralPartialEq for IntervalCollectionKind
Auto Trait Implementations§
impl Freeze for IntervalCollectionKind
impl RefUnwindSafe for IntervalCollectionKind
impl Send for IntervalCollectionKind
impl Sync for IntervalCollectionKind
impl Unpin for IntervalCollectionKind
impl UnsafeUnpin for IntervalCollectionKind
impl UnwindSafe for IntervalCollectionKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<S, T> Duplex<S> for Twhere
T: FromSample<S> + ToSample<S>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.