Struct solana_runtime::accounts_db::IndexGenerationInfo
source · [−]pub struct IndexGenerationInfo {
pub accounts_data_len: u64,
}
Fields
accounts_data_len: u64
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexGenerationInfo
impl Send for IndexGenerationInfo
impl Sync for IndexGenerationInfo
impl Unpin for IndexGenerationInfo
impl UnwindSafe for IndexGenerationInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more