struct WriteAncientAccounts<'a> {
shrinks_in_progress: HashMap<Slot, ShrinkInProgress<'a>>,
metrics: ShrinkStatsSub,
}
Expand description
Used to hold the result of writing a single ancient storage and results of writing multiple ancient storages
Fields§
§shrinks_in_progress: HashMap<Slot, ShrinkInProgress<'a>>
‘ShrinkInProgress’ instances created by starting a shrink operation
metrics: ShrinkStatsSub
Trait Implementations§
source§impl<'a> Debug for WriteAncientAccounts<'a>
impl<'a> Debug for WriteAncientAccounts<'a>
source§impl<'a> Default for WriteAncientAccounts<'a>
impl<'a> Default for WriteAncientAccounts<'a>
source§fn default() -> WriteAncientAccounts<'a>
fn default() -> WriteAncientAccounts<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for WriteAncientAccounts<'a>
impl<'a> Send for WriteAncientAccounts<'a>
impl<'a> Sync for WriteAncientAccounts<'a>
impl<'a> Unpin for WriteAncientAccounts<'a>
impl<'a> !UnwindSafe for WriteAncientAccounts<'a>
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