Struct solana_runtime::accounts_hash::AccountHashesFile
source · pub struct AccountHashesFile { /* private fields */ }
Expand description
1 file containing account hashes sorted by pubkey
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AccountHashesFile
impl Send for AccountHashesFile
impl Sync for AccountHashesFile
impl Unpin for AccountHashesFile
impl UnwindSafe for AccountHashesFile
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