pub struct GetConvertExchangeInfoV1Params {
pub from_asset: Option<String>,
pub to_asset: Option<String>,
}Expand description
struct for passing parameters to the method get_convert_exchange_info_v1
Fields§
§from_asset: Option<String>User spends coin
to_asset: Option<String>User receives coin
Trait Implementations§
Source§impl Clone for GetConvertExchangeInfoV1Params
impl Clone for GetConvertExchangeInfoV1Params
Source§fn clone(&self) -> GetConvertExchangeInfoV1Params
fn clone(&self) -> GetConvertExchangeInfoV1Params
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 GetConvertExchangeInfoV1Params
impl Default for GetConvertExchangeInfoV1Params
Source§fn default() -> GetConvertExchangeInfoV1Params
fn default() -> GetConvertExchangeInfoV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetConvertExchangeInfoV1Params
impl RefUnwindSafe for GetConvertExchangeInfoV1Params
impl Send for GetConvertExchangeInfoV1Params
impl Sync for GetConvertExchangeInfoV1Params
impl Unpin for GetConvertExchangeInfoV1Params
impl UnwindSafe for GetConvertExchangeInfoV1Params
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