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§
source§impl Debug for PreviousPass
impl Debug for PreviousPass
source§impl Default for PreviousPass
impl Default for PreviousPass
source§fn 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more