struct SlotIndexGenerationInfo {
insert_time_us: u64,
num_accounts: u64,
num_accounts_rent_paying: usize,
accounts_data_len: u64,
amount_to_top_off_rent: u64,
rent_paying_accounts_by_partition: Vec<Pubkey>,
}
Fields§
§insert_time_us: u64
§num_accounts: u64
§num_accounts_rent_paying: usize
§accounts_data_len: u64
§amount_to_top_off_rent: u64
§rent_paying_accounts_by_partition: Vec<Pubkey>
Trait Implementations§
source§impl Debug for SlotIndexGenerationInfo
impl Debug for SlotIndexGenerationInfo
source§impl Default for SlotIndexGenerationInfo
impl Default for SlotIndexGenerationInfo
source§fn default() -> SlotIndexGenerationInfo
fn default() -> SlotIndexGenerationInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SlotIndexGenerationInfo
impl Send for SlotIndexGenerationInfo
impl Sync for SlotIndexGenerationInfo
impl Unpin for SlotIndexGenerationInfo
impl UnwindSafe for SlotIndexGenerationInfo
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