pub enum StaffKind {
Standard,
Grand,
Percussion,
Tablature,
LeadSheet,
ChordChart,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for StaffKind
impl Ord for StaffKind
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 StaffKind
impl PartialOrd for StaffKind
impl Copy for StaffKind
impl Eq for StaffKind
impl StructuralPartialEq for StaffKind
Auto Trait Implementations§
impl Freeze for StaffKind
impl RefUnwindSafe for StaffKind
impl Send for StaffKind
impl Sync for StaffKind
impl Unpin for StaffKind
impl UnsafeUnpin for StaffKind
impl UnwindSafe for StaffKind
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