Struct solana_runtime::bank::BankTestConfig
source · pub struct BankTestConfig {
pub secondary_indexes: AccountSecondaryIndexes,
}
Fields§
§secondary_indexes: AccountSecondaryIndexes
Trait Implementations§
source§impl Debug for BankTestConfig
impl Debug for BankTestConfig
source§impl Default for BankTestConfig
impl Default for BankTestConfig
source§fn default() -> BankTestConfig
fn default() -> BankTestConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BankTestConfig
impl Send for BankTestConfig
impl Sync for BankTestConfig
impl Unpin for BankTestConfig
impl UnwindSafe for BankTestConfig
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