Struct solana_runtime::serde_snapshot::newer::UnusedAccounts
source · struct UnusedAccounts {
unused1: HashSet<Pubkey>,
unused2: HashSet<Pubkey>,
unused3: HashMap<Pubkey, u64>,
}
Fields§
§unused1: HashSet<Pubkey>
§unused2: HashSet<Pubkey>
§unused3: HashMap<Pubkey, u64>
Trait Implementations§
source§impl AbiExample for UnusedAccounts
impl AbiExample for UnusedAccounts
source§impl Clone for UnusedAccounts
impl Clone for UnusedAccounts
source§fn clone(&self) -> UnusedAccounts
fn clone(&self) -> UnusedAccounts
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 Debug for UnusedAccounts
impl Debug for UnusedAccounts
source§impl Default for UnusedAccounts
impl Default for UnusedAccounts
source§fn default() -> UnusedAccounts
fn default() -> UnusedAccounts
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UnusedAccounts
impl<'de> Deserialize<'de> for UnusedAccounts
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<UnusedAccounts> for UnusedAccounts
impl PartialEq<UnusedAccounts> for UnusedAccounts
source§fn eq(&self, other: &UnusedAccounts) -> bool
fn eq(&self, other: &UnusedAccounts) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UnusedAccounts
impl Serialize for UnusedAccounts
impl Eq for UnusedAccounts
impl StructuralEq for UnusedAccounts
impl StructuralPartialEq for UnusedAccounts
Auto Trait Implementations§
impl RefUnwindSafe for UnusedAccounts
impl Send for UnusedAccounts
impl Sync for UnusedAccounts
impl Unpin for UnusedAccounts
impl UnwindSafe for UnusedAccounts
Blanket Implementations§
source§impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + ?Sized,
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
source§impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi( &self, digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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.