Struct memory_lol::db::screen_names::ScreenNameTableCounts
source · [−]Fields
screen_name_count: u64mapping_count: u64Trait Implementations
sourceimpl Clone for ScreenNameTableCounts
impl Clone for ScreenNameTableCounts
sourcefn clone(&self) -> ScreenNameTableCounts
fn clone(&self) -> ScreenNameTableCounts
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ScreenNameTableCounts
impl Debug for ScreenNameTableCounts
sourceimpl PartialEq<ScreenNameTableCounts> for ScreenNameTableCounts
impl PartialEq<ScreenNameTableCounts> for ScreenNameTableCounts
sourcefn eq(&self, other: &ScreenNameTableCounts) -> bool
fn eq(&self, other: &ScreenNameTableCounts) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ScreenNameTableCounts) -> bool
fn ne(&self, other: &ScreenNameTableCounts) -> bool
This method tests for !=.
impl Eq for ScreenNameTableCounts
impl StructuralEq for ScreenNameTableCounts
impl StructuralPartialEq for ScreenNameTableCounts
Auto Trait Implementations
impl RefUnwindSafe for ScreenNameTableCounts
impl Send for ScreenNameTableCounts
impl Sync for ScreenNameTableCounts
impl Unpin for ScreenNameTableCounts
impl UnwindSafe for ScreenNameTableCounts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.