Struct solana_runtime::accounts_index::AccountSecondaryIndexes [−][src]
pub struct AccountSecondaryIndexes {
pub keys: Option<AccountSecondaryIndexesIncludeExclude>,
pub indexes: HashSet<AccountIndex>,
}Fields
keys: Option<AccountSecondaryIndexesIncludeExclude>indexes: HashSet<AccountIndex>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountSecondaryIndexesimpl Send for AccountSecondaryIndexesimpl Sync for AccountSecondaryIndexesimpl Unpin for AccountSecondaryIndexesimpl UnwindSafe for AccountSecondaryIndexesBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V