pub struct GetMiningStatisticsUserListV1Params {
pub algo: String,
pub user_name: String,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method get_mining_statistics_user_list_v1
Fields§
§algo: StringAlgorithm(sha256)
user_name: StringMining account
timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for GetMiningStatisticsUserListV1Params
impl Clone for GetMiningStatisticsUserListV1Params
Source§fn clone(&self) -> GetMiningStatisticsUserListV1Params
fn clone(&self) -> GetMiningStatisticsUserListV1Params
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 Default for GetMiningStatisticsUserListV1Params
impl Default for GetMiningStatisticsUserListV1Params
Source§fn default() -> GetMiningStatisticsUserListV1Params
fn default() -> GetMiningStatisticsUserListV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetMiningStatisticsUserListV1Params
impl RefUnwindSafe for GetMiningStatisticsUserListV1Params
impl Send for GetMiningStatisticsUserListV1Params
impl Sync for GetMiningStatisticsUserListV1Params
impl Unpin for GetMiningStatisticsUserListV1Params
impl UnwindSafe for GetMiningStatisticsUserListV1Params
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