pub struct GetConvertTradeParams {
pub from_account: String,
pub to_account: String,
}Expand description
Parameters for getting a convert trade.
Fields§
§from_account: StringSource account ID.
to_account: StringTarget account ID.
Implementations§
Trait Implementations§
Source§impl Clone for GetConvertTradeParams
impl Clone for GetConvertTradeParams
Source§fn clone(&self) -> GetConvertTradeParams
fn clone(&self) -> GetConvertTradeParams
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 GetConvertTradeParams
impl Debug for GetConvertTradeParams
Auto Trait Implementations§
impl Freeze for GetConvertTradeParams
impl RefUnwindSafe for GetConvertTradeParams
impl Send for GetConvertTradeParams
impl Sync for GetConvertTradeParams
impl Unpin for GetConvertTradeParams
impl UnwindSafe for GetConvertTradeParams
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