pub struct E;Expand description
A representation of the E pitch class
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for E
impl<'de> Deserialize<'de> for E
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 E
impl Ord for E
Source§impl PartialOrd<E> for usize
impl PartialOrd<E> for usize
Source§impl PartialOrd<usize> for E
impl PartialOrd<usize> for E
Source§impl PartialOrd for E
impl PartialOrd for E
impl Copy for E
impl Eq for E
impl StructuralPartialEq for E
Auto Trait Implementations§
impl Freeze for E
impl RefUnwindSafe for E
impl Send for E
impl Sync for E
impl Unpin for E
impl UnwindSafe for E
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