pub struct AccountSecondaryIndexesIncludeExclude {
pub exclude: bool,
pub keys: HashSet<Pubkey>,
}
Fields§
§exclude: bool
§keys: HashSet<Pubkey>
Trait Implementations§
source§impl Clone for AccountSecondaryIndexesIncludeExclude
impl Clone for AccountSecondaryIndexesIncludeExclude
source§fn clone(&self) -> AccountSecondaryIndexesIncludeExclude
fn clone(&self) -> AccountSecondaryIndexesIncludeExclude
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AccountSecondaryIndexesIncludeExclude> for AccountSecondaryIndexesIncludeExclude
impl PartialEq<AccountSecondaryIndexesIncludeExclude> for AccountSecondaryIndexesIncludeExclude
source§fn eq(&self, other: &AccountSecondaryIndexesIncludeExclude) -> bool
fn eq(&self, other: &AccountSecondaryIndexesIncludeExclude) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AccountSecondaryIndexesIncludeExclude
impl StructuralEq for AccountSecondaryIndexesIncludeExclude
impl StructuralPartialEq for AccountSecondaryIndexesIncludeExclude
Auto Trait Implementations§
impl RefUnwindSafe for AccountSecondaryIndexesIncludeExclude
impl Send for AccountSecondaryIndexesIncludeExclude
impl Sync for AccountSecondaryIndexesIncludeExclude
impl Unpin for AccountSecondaryIndexesIncludeExclude
impl UnwindSafe for AccountSecondaryIndexesIncludeExclude
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.