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§
source§impl Debug for AccountsStats
impl Debug for AccountsStats
source§impl Default for AccountsStats
impl Default for AccountsStats
source§fn 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§
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