pub struct GetOffExchangeSettlementTransactionsParams {
pub main_exchange_account_id: String,
}Expand description
struct for passing parameters to the method
OffExchangeApi::get_off_exchange_settlement_transactions
Fields§
§main_exchange_account_id: StringImplementations§
Source§impl GetOffExchangeSettlementTransactionsParams
impl GetOffExchangeSettlementTransactionsParams
Sourcepub fn builder() -> GetOffExchangeSettlementTransactionsParamsBuilder
pub fn builder() -> GetOffExchangeSettlementTransactionsParamsBuilder
Create an instance of GetOffExchangeSettlementTransactionsParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetOffExchangeSettlementTransactionsParams
impl Clone for GetOffExchangeSettlementTransactionsParams
Source§fn clone(&self) -> GetOffExchangeSettlementTransactionsParams
fn clone(&self) -> GetOffExchangeSettlementTransactionsParams
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 GetOffExchangeSettlementTransactionsParams
impl RefUnwindSafe for GetOffExchangeSettlementTransactionsParams
impl Send for GetOffExchangeSettlementTransactionsParams
impl Sync for GetOffExchangeSettlementTransactionsParams
impl Unpin for GetOffExchangeSettlementTransactionsParams
impl UnwindSafe for GetOffExchangeSettlementTransactionsParams
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