pub struct MineMinerStatsResponse {
pub address: String,
pub proofs_submitted: u64,
pub total_rewards: String,
pub last_proof_time: u64,
}Fields§
§address: String§proofs_submitted: u64§total_rewards: String§last_proof_time: u64Trait Implementations§
Source§impl Clone for MineMinerStatsResponse
impl Clone for MineMinerStatsResponse
Source§fn clone(&self) -> MineMinerStatsResponse
fn clone(&self) -> MineMinerStatsResponse
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 Debug for MineMinerStatsResponse
impl Debug for MineMinerStatsResponse
Source§impl<'de> Deserialize<'de> for MineMinerStatsResponse
impl<'de> Deserialize<'de> for MineMinerStatsResponse
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 MineMinerStatsResponse
impl RefUnwindSafe for MineMinerStatsResponse
impl Send for MineMinerStatsResponse
impl Sync for MineMinerStatsResponse
impl Unpin for MineMinerStatsResponse
impl UnsafeUnpin for MineMinerStatsResponse
impl UnwindSafe for MineMinerStatsResponse
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