pub struct RetroactiveMiningRewardsResponse {
pub epoch: u16,
pub epoch_start: String,
pub epoch_end: String,
pub retroactive_mining: RetroactiveMiningRewardsResponseObject,
pub estimated_rewards: String,
}Fields§
§epoch: u16§epoch_start: String§epoch_end: String§retroactive_mining: RetroactiveMiningRewardsResponseObject§estimated_rewards: StringTrait Implementations§
Source§impl Clone for RetroactiveMiningRewardsResponse
impl Clone for RetroactiveMiningRewardsResponse
Source§fn clone(&self) -> RetroactiveMiningRewardsResponse
fn clone(&self) -> RetroactiveMiningRewardsResponse
Returns a duplicate 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<'de> Deserialize<'de> for RetroactiveMiningRewardsResponse
impl<'de> Deserialize<'de> for RetroactiveMiningRewardsResponse
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
Auto Trait Implementations§
impl Freeze for RetroactiveMiningRewardsResponse
impl RefUnwindSafe for RetroactiveMiningRewardsResponse
impl Send for RetroactiveMiningRewardsResponse
impl Sync for RetroactiveMiningRewardsResponse
impl Unpin for RetroactiveMiningRewardsResponse
impl UnwindSafe for RetroactiveMiningRewardsResponse
Blanket Implementations§
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