pub struct UiEpochRewardsPartitionData {
pub version: u32,
pub num_partitions: u64,
pub parent_blockhash: String,
}
Fields§
§version: u32
§num_partitions: u64
§parent_blockhash: String
Trait Implementations§
source§impl Debug for UiEpochRewardsPartitionData
impl Debug for UiEpochRewardsPartitionData
source§impl Default for UiEpochRewardsPartitionData
impl Default for UiEpochRewardsPartitionData
source§fn default() -> UiEpochRewardsPartitionData
fn default() -> UiEpochRewardsPartitionData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UiEpochRewardsPartitionData
impl<'de> Deserialize<'de> for UiEpochRewardsPartitionData
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 for UiEpochRewardsPartitionData
impl PartialEq for UiEpochRewardsPartitionData
source§fn eq(&self, other: &UiEpochRewardsPartitionData) -> bool
fn eq(&self, other: &UiEpochRewardsPartitionData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UiEpochRewardsPartitionData
impl StructuralPartialEq for UiEpochRewardsPartitionData
Auto Trait Implementations§
impl RefUnwindSafe for UiEpochRewardsPartitionData
impl Send for UiEpochRewardsPartitionData
impl Sync for UiEpochRewardsPartitionData
impl Unpin for UiEpochRewardsPartitionData
impl UnwindSafe for UiEpochRewardsPartitionData
Blanket Implementations§
§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.