Fields
exclude: bool
keys: HashSet<Pubkey>
Trait Implementations
sourceimpl Clone for AccountSecondaryIndexesIncludeExclude
impl Clone for AccountSecondaryIndexesIncludeExclude
sourcefn clone(&self) -> AccountSecondaryIndexesIncludeExclude
fn clone(&self) -> AccountSecondaryIndexesIncludeExclude
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<AccountSecondaryIndexesIncludeExclude> for AccountSecondaryIndexesIncludeExclude
impl PartialEq<AccountSecondaryIndexesIncludeExclude> for AccountSecondaryIndexesIncludeExclude
sourcefn eq(&self, other: &AccountSecondaryIndexesIncludeExclude) -> bool
fn eq(&self, other: &AccountSecondaryIndexesIncludeExclude) -> bool
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
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
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.