Struct solana_runtime::append_vec::StoredMeta
source[−]pub struct StoredMeta {
pub write_version: StoredMetaWriteVersion,
pub pubkey: Pubkey,
pub data_len: u64,
}
Expand description
Meta contains enough context to recover the index from storage itself This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!
Fields
write_version: StoredMetaWriteVersion
global write version
pubkey: Pubkey
key for the account
data_len: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StoredMeta
impl Send for StoredMeta
impl Sync for StoredMeta
impl Unpin for StoredMeta
impl UnwindSafe for StoredMeta
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