Struct solana_accounts_db::accounts_db::PurgeStats
source · pub struct PurgeStats { /* private fields */ }
Trait Implementations§
source§impl Debug for PurgeStats
impl Debug for PurgeStats
source§impl Default for PurgeStats
impl Default for PurgeStats
source§fn default() -> PurgeStats
fn default() -> PurgeStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PurgeStats
impl Send for PurgeStats
impl Sync for PurgeStats
impl Unpin for PurgeStats
impl UnwindSafe for PurgeStats
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