pub enum Sharp {}
Trait Implementations§
Source§impl Accidental for Sharp
impl Accidental for Sharp
fn into_pitch(kind: AccidentalKind, natural: Natural) -> Pitch
fn from_pitch(natural: Natural, pitch: Pitch) -> AccidentalKind
impl Copy for Sharp
impl Eq for Sharp
impl StructuralPartialEq for Sharp
Auto Trait Implementations§
impl Freeze for Sharp
impl RefUnwindSafe for Sharp
impl Send for Sharp
impl Sync for Sharp
impl Unpin for Sharp
impl UnwindSafe for Sharp
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