Struct solana_runtime::accounts_hash::PreviousPass [−][src]
pub struct PreviousPass { pub reduced_hashes: Vec<Vec<Hash>>, pub remaining_unhashed: Vec<Hash>, pub lamports: u64, }
Fields
reduced_hashes: Vec<Vec<Hash>>
remaining_unhashed: Vec<Hash>
lamports: u64
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PreviousPass
impl Send for PreviousPass
impl Sync for PreviousPass
impl Unpin for PreviousPass
impl UnwindSafe for PreviousPass
Blanket 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 = T
Should always be Self
pub fn vzip(self) -> V