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