pub struct ScorePartName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ScorePartName
impl AsRef<str> for ScorePartName
Source§impl Clone for ScorePartName
impl Clone for ScorePartName
Source§fn clone(&self) -> ScorePartName
fn clone(&self) -> ScorePartName
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 ScorePartName
impl Debug for ScorePartName
Source§impl Display for ScorePartName
impl Display for ScorePartName
Source§impl FromStr for ScorePartName
impl FromStr for ScorePartName
Source§impl Hash for ScorePartName
impl Hash for ScorePartName
Source§impl Ord for ScorePartName
impl Ord for ScorePartName
Source§fn cmp(&self, other: &ScorePartName) -> Ordering
fn cmp(&self, other: &ScorePartName) -> 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 ScorePartName
impl PartialEq for ScorePartName
Source§fn eq(&self, other: &ScorePartName) -> bool
fn eq(&self, other: &ScorePartName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ScorePartName
impl PartialOrd for ScorePartName
Source§impl TryFrom<&str> for ScorePartName
impl TryFrom<&str> for ScorePartName
impl Eq for ScorePartName
impl StructuralPartialEq for ScorePartName
Auto Trait Implementations§
impl Freeze for ScorePartName
impl RefUnwindSafe for ScorePartName
impl Send for ScorePartName
impl Sync for ScorePartName
impl Unpin for ScorePartName
impl UnsafeUnpin for ScorePartName
impl UnwindSafe for ScorePartName
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