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