pub struct GetOffExchangeCollateralAccountsParams {
pub main_exchange_account_id: String,
}
Expand description
struct for passing parameters to the method
[get_off_exchange_collateral_accounts
]
Fields§
§main_exchange_account_id: String
The id of the main exchange account for which the requested collateral account is associated with
Implementations§
Source§impl GetOffExchangeCollateralAccountsParams
impl GetOffExchangeCollateralAccountsParams
Sourcepub fn builder() -> GetOffExchangeCollateralAccountsParamsBuilder
pub fn builder() -> GetOffExchangeCollateralAccountsParamsBuilder
Create an instance of GetOffExchangeCollateralAccountsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetOffExchangeCollateralAccountsParams
impl Clone for GetOffExchangeCollateralAccountsParams
Source§fn clone(&self) -> GetOffExchangeCollateralAccountsParams
fn clone(&self) -> GetOffExchangeCollateralAccountsParams
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 moreAuto Trait Implementations§
impl Freeze for GetOffExchangeCollateralAccountsParams
impl RefUnwindSafe for GetOffExchangeCollateralAccountsParams
impl Send for GetOffExchangeCollateralAccountsParams
impl Sync for GetOffExchangeCollateralAccountsParams
impl Unpin for GetOffExchangeCollateralAccountsParams
impl UnwindSafe for GetOffExchangeCollateralAccountsParams
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