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