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: boolcan_cached_slot_be_unflushed: boolignore_mismatch: boolrequire_rooted_bank: boolrun_in_background: boolstore_hash_raw_data_for_debug: boolAuto Trait Implementations
impl RefUnwindSafe for VerifyBankHash
impl Send for VerifyBankHash
impl Sync for VerifyBankHash
impl Unpin for VerifyBankHash
impl UnwindSafe for VerifyBankHash
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