Struct solana_runtime::append_vec::StoredMeta [−][src]
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: u64global write version
pubkey: Pubkeykey for the account
data_len: u64Trait 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 StoredMetaimpl Send for StoredMetaimpl Sync for StoredMetaimpl Unpin for StoredMetaimpl UnwindSafe for StoredMetaBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V