Struct memory_lol::db::accounts::AccountTableCounts
source · [−]Fields
id_count: u64pair_count: u64Trait Implementations
sourceimpl Clone for AccountTableCounts
impl Clone for AccountTableCounts
sourcefn clone(&self) -> AccountTableCounts
fn clone(&self) -> AccountTableCounts
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 AccountTableCounts
impl Debug for AccountTableCounts
sourceimpl PartialEq<AccountTableCounts> for AccountTableCounts
impl PartialEq<AccountTableCounts> for AccountTableCounts
sourcefn eq(&self, other: &AccountTableCounts) -> bool
fn eq(&self, other: &AccountTableCounts) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AccountTableCounts) -> bool
fn ne(&self, other: &AccountTableCounts) -> bool
This method tests for !=.
impl Eq for AccountTableCounts
impl StructuralEq for AccountTableCounts
impl StructuralPartialEq for AccountTableCounts
Auto Trait Implementations
impl RefUnwindSafe for AccountTableCounts
impl Send for AccountTableCounts
impl Sync for AccountTableCounts
impl Unpin for AccountTableCounts
impl UnwindSafe for AccountTableCounts
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.