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§

source§

impl CalculateHashIntermediate

source

pub fn new(hash: Hash, lamports: u64, pubkey: Pubkey) -> Self

Trait Implementations§

source§

impl Clone for CalculateHashIntermediate

source§

fn clone(&self) -> CalculateHashIntermediate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CalculateHashIntermediate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for CalculateHashIntermediate

source§

fn default() -> CalculateHashIntermediate

Returns the “default value” for a type. Read more
source§

impl PartialEq<CalculateHashIntermediate> for CalculateHashIntermediate

source§

fn eq(&self, other: &CalculateHashIntermediate) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for CalculateHashIntermediate

source§

impl StructuralEq for CalculateHashIntermediate

source§

impl StructuralPartialEq for CalculateHashIntermediate