Type Alias solana_runtime::cache_hash_data::EntryType
source · pub type EntryType = CalculateHashIntermediate;
Aliased Type§
struct EntryType {
pub hash: Hash,
pub lamports: u64,
pub pubkey: Pubkey,
}
Fields§
§hash: Hash
§lamports: u64
§pubkey: Pubkey
Implementations§
Trait Implementations§
source§impl Clone for CalculateHashIntermediate
impl Clone for CalculateHashIntermediate
source§fn clone(&self) -> CalculateHashIntermediate
fn clone(&self) -> CalculateHashIntermediate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CalculateHashIntermediate
impl Debug for CalculateHashIntermediate
source§impl Default for CalculateHashIntermediate
impl Default for CalculateHashIntermediate
source§fn default() -> CalculateHashIntermediate
fn default() -> CalculateHashIntermediate
Returns the “default value” for a type. Read more
source§impl PartialEq<CalculateHashIntermediate> for CalculateHashIntermediate
impl PartialEq<CalculateHashIntermediate> for CalculateHashIntermediate
source§fn eq(&self, other: &CalculateHashIntermediate) -> bool
fn eq(&self, other: &CalculateHashIntermediate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.