pub enum TriadKind {
Major,
Minor,
Diminished,
Augmented,
Suspended2,
Suspended4,
Power,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TriadKind
impl Ord for TriadKind
1.21.0 (const: unstable) · 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 PartialOrd for TriadKind
impl PartialOrd for TriadKind
impl Copy for TriadKind
impl Eq for TriadKind
impl StructuralPartialEq for TriadKind
Auto Trait Implementations§
impl Freeze for TriadKind
impl RefUnwindSafe for TriadKind
impl Send for TriadKind
impl Sync for TriadKind
impl Unpin for TriadKind
impl UnsafeUnpin for TriadKind
impl UnwindSafe for TriadKind
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