pub enum LevelAndCode {
Primary(PrimaryCode),
Secondary(SecondaryCode),
Standard(StandardCode),
Half(HalfCode),
Quarter(QuarterCode),
Eighth(EighthCode),
}Variants§
Primary(PrimaryCode)
Secondary(SecondaryCode)
Standard(StandardCode)
Half(HalfCode)
Quarter(QuarterCode)
Eighth(EighthCode)
Implementations§
Source§impl LevelAndCode
impl LevelAndCode
Trait Implementations§
Source§impl Debug for LevelAndCode
impl Debug for LevelAndCode
Auto Trait Implementations§
impl Freeze for LevelAndCode
impl RefUnwindSafe for LevelAndCode
impl Send for LevelAndCode
impl Sync for LevelAndCode
impl Unpin for LevelAndCode
impl UnsafeUnpin for LevelAndCode
impl UnwindSafe for LevelAndCode
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