Struct solana_runtime::bank::VerifyBankHash
source · pub struct VerifyBankHash {
pub test_hash_calculation: bool,
pub can_cached_slot_be_unflushed: bool,
pub ignore_mismatch: bool,
pub require_rooted_bank: bool,
pub run_in_background: bool,
pub store_hash_raw_data_for_debug: bool,
}
Expand description
params to verify_bank_hash
Fields§
§test_hash_calculation: bool
§can_cached_slot_be_unflushed: bool
§ignore_mismatch: bool
§require_rooted_bank: bool
§run_in_background: bool
§store_hash_raw_data_for_debug: bool
Auto Trait Implementations§
impl RefUnwindSafe for VerifyBankHash
impl Send for VerifyBankHash
impl Sync for VerifyBankHash
impl Unpin for VerifyBankHash
impl UnwindSafe for VerifyBankHash
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