Struct solana_runtime::accounts_db::AccountsStats
source · [−]pub struct AccountsStats {
pub stakes_cache_check_and_store_us: AtomicU64,
/* private fields */
}
Fields
stakes_cache_check_and_store_us: AtomicU64
Trait Implementations
sourceimpl Debug for AccountsStats
impl Debug for AccountsStats
sourceimpl Default for AccountsStats
impl Default for AccountsStats
sourcefn default() -> AccountsStats
fn default() -> AccountsStats
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountsStats
impl Send for AccountsStats
impl Sync for AccountsStats
impl Unpin for AccountsStats
impl UnwindSafe for AccountsStats
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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