Struct solana_client::rpc_response::RpcInflationReward [−][src]
pub struct RpcInflationReward { pub epoch: Epoch, pub effective_slot: Slot, pub amount: u64, pub post_balance: u64, }
Fields
epoch: Epoch
effective_slot: Slot
amount: u64
post_balance: u64
Trait Implementations
impl Clone for RpcInflationReward
[src]
impl Clone for RpcInflationReward
[src]fn clone(&self) -> RpcInflationReward
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for RpcInflationReward
[src]
impl<'de> Deserialize<'de> for RpcInflationReward
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<RpcInflationReward> for RpcInflationReward
[src]
impl PartialEq<RpcInflationReward> for RpcInflationReward
[src]fn eq(&self, other: &RpcInflationReward) -> bool
[src]
fn ne(&self, other: &RpcInflationReward) -> bool
[src]
impl Serialize for RpcInflationReward
[src]
impl Serialize for RpcInflationReward
[src]Auto Trait Implementations
impl RefUnwindSafe for RpcInflationReward
impl RefUnwindSafe for RpcInflationReward
impl Send for RpcInflationReward
impl Send for RpcInflationReward
impl Sync for RpcInflationReward
impl Sync for RpcInflationReward
impl Unpin for RpcInflationReward
impl Unpin for RpcInflationReward
impl UnwindSafe for RpcInflationReward
impl UnwindSafe for RpcInflationReward
Blanket Implementations
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,