pub struct PitchName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for PitchName
impl Ord for PitchName
Source§impl PartialOrd for PitchName
impl PartialOrd for PitchName
impl Eq for PitchName
impl StructuralPartialEq for PitchName
Auto Trait Implementations§
impl Freeze for PitchName
impl RefUnwindSafe for PitchName
impl Send for PitchName
impl Sync for PitchName
impl Unpin for PitchName
impl UnsafeUnpin for PitchName
impl UnwindSafe for PitchName
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