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