pub struct GetExchangeAccountAssetParams {
pub exchange_account_id: String,
pub asset_id: String,
}
Expand description
struct for passing parameters to the method [get_exchange_account_asset
]
Fields§
§exchange_account_id: String
The ID of the exchange account to return
asset_id: String
The ID of the asset to return
Implementations§
Source§impl GetExchangeAccountAssetParams
impl GetExchangeAccountAssetParams
Sourcepub fn builder() -> GetExchangeAccountAssetParamsBuilder
pub fn builder() -> GetExchangeAccountAssetParamsBuilder
Create an instance of GetExchangeAccountAssetParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetExchangeAccountAssetParams
impl Clone for GetExchangeAccountAssetParams
Source§fn clone(&self) -> GetExchangeAccountAssetParams
fn clone(&self) -> GetExchangeAccountAssetParams
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 moreAuto Trait Implementations§
impl Freeze for GetExchangeAccountAssetParams
impl RefUnwindSafe for GetExchangeAccountAssetParams
impl Send for GetExchangeAccountAssetParams
impl Sync for GetExchangeAccountAssetParams
impl Unpin for GetExchangeAccountAssetParams
impl UnwindSafe for GetExchangeAccountAssetParams
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