pub struct EnharmonicSpelling { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EnharmonicSpelling
impl Clone for EnharmonicSpelling
Source§fn clone(&self) -> EnharmonicSpelling
fn clone(&self) -> EnharmonicSpelling
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnharmonicSpelling
impl Debug for EnharmonicSpelling
Source§impl Hash for EnharmonicSpelling
impl Hash for EnharmonicSpelling
Source§impl Ord for EnharmonicSpelling
impl Ord for EnharmonicSpelling
Source§fn cmp(&self, other: &EnharmonicSpelling) -> Ordering
fn cmp(&self, other: &EnharmonicSpelling) -> Ordering
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 PartialEq for EnharmonicSpelling
impl PartialEq for EnharmonicSpelling
Source§fn eq(&self, other: &EnharmonicSpelling) -> bool
fn eq(&self, other: &EnharmonicSpelling) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EnharmonicSpelling
impl PartialOrd for EnharmonicSpelling
impl Eq for EnharmonicSpelling
impl StructuralPartialEq for EnharmonicSpelling
Auto Trait Implementations§
impl Freeze for EnharmonicSpelling
impl RefUnwindSafe for EnharmonicSpelling
impl Send for EnharmonicSpelling
impl Sync for EnharmonicSpelling
impl Unpin for EnharmonicSpelling
impl UnsafeUnpin for EnharmonicSpelling
impl UnwindSafe for EnharmonicSpelling
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