pub enum Intervals {
Third(Thirds),
Fourth(Fourths),
}Variants§
Auto Trait Implementations§
impl Freeze for Intervals
impl RefUnwindSafe for Intervals
impl Send for Intervals
impl Sync for Intervals
impl Unpin for Intervals
impl UnwindSafe for Intervals
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