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