Struct solana_runtime::accounts_hash::PreviousPass
source · 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
sourceimpl Debug for PreviousPass
impl Debug for PreviousPass
sourceimpl Default for PreviousPass
impl Default for PreviousPass
sourcefn default() -> PreviousPass
fn default() -> PreviousPass
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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more