pub struct CreateLocalentityBrokerWithdrawApplyV1Params {Show 14 fields
pub address: String,
pub amount: String,
pub coin: String,
pub originator_pii: String,
pub questionnaire: String,
pub signature: String,
pub sub_account_id: String,
pub timestamp: i64,
pub withdraw_order_id: String,
pub address_name: Option<String>,
pub address_tag: Option<String>,
pub network: Option<String>,
pub transaction_fee_flag: Option<bool>,
pub wallet_type: Option<i32>,
}Expand description
struct for passing parameters to the method create_localentity_broker_withdraw_apply_v1
Fields§
§address: String§amount: String§coin: String§originator_pii: String§questionnaire: String§signature: String§sub_account_id: String§timestamp: i64§withdraw_order_id: String§address_name: Option<String>§address_tag: Option<String>§network: Option<String>§transaction_fee_flag: Option<bool>§wallet_type: Option<i32>Trait Implementations§
Source§impl Clone for CreateLocalentityBrokerWithdrawApplyV1Params
impl Clone for CreateLocalentityBrokerWithdrawApplyV1Params
Source§fn clone(&self) -> CreateLocalentityBrokerWithdrawApplyV1Params
fn clone(&self) -> CreateLocalentityBrokerWithdrawApplyV1Params
Returns a copy 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 CreateLocalentityBrokerWithdrawApplyV1Params
impl Default for CreateLocalentityBrokerWithdrawApplyV1Params
Source§fn default() -> CreateLocalentityBrokerWithdrawApplyV1Params
fn default() -> CreateLocalentityBrokerWithdrawApplyV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateLocalentityBrokerWithdrawApplyV1Params
impl RefUnwindSafe for CreateLocalentityBrokerWithdrawApplyV1Params
impl Send for CreateLocalentityBrokerWithdrawApplyV1Params
impl Sync for CreateLocalentityBrokerWithdrawApplyV1Params
impl Unpin for CreateLocalentityBrokerWithdrawApplyV1Params
impl UnwindSafe for CreateLocalentityBrokerWithdrawApplyV1Params
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