pub struct A;Expand description
A representation of the A pitch class
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for A
impl<'de> Deserialize<'de> for A
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for A
impl Ord for A
Source§impl PartialOrd<A> for usize
impl PartialOrd<A> for usize
Source§impl PartialOrd<usize> for A
impl PartialOrd<usize> for A
Source§impl PartialOrd for A
impl PartialOrd for A
impl Copy for A
impl Eq for A
impl StructuralPartialEq for A
Auto Trait Implementations§
impl Freeze for A
impl RefUnwindSafe for A
impl Send for A
impl Sync for A
impl Unpin for A
impl UnwindSafe for A
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