pub struct GetOffExchangeSettlementTransactionsParamsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build()
.
Implementations§
Source§impl<S: State> GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S: State> GetOffExchangeSettlementTransactionsParamsBuilder<S>
Sourcepub fn build(self) -> GetOffExchangeSettlementTransactionsParamswhere
S: IsComplete,
pub fn build(self) -> GetOffExchangeSettlementTransactionsParamswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn main_exchange_account_id(
self,
value: String,
) -> GetOffExchangeSettlementTransactionsParamsBuilder<SetMainExchangeAccountId<S>>where
S::MainExchangeAccountId: IsUnset,
pub fn main_exchange_account_id(
self,
value: String,
) -> GetOffExchangeSettlementTransactionsParamsBuilder<SetMainExchangeAccountId<S>>where
S::MainExchangeAccountId: IsUnset,
Required.
Auto Trait Implementations§
impl<S> Freeze for GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S> RefUnwindSafe for GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S> Send for GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S> Sync for GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S> Unpin for GetOffExchangeSettlementTransactionsParamsBuilder<S>
impl<S> UnwindSafe for GetOffExchangeSettlementTransactionsParamsBuilder<S>
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