pub struct GetFiatAccountParams {
pub account_id: String,
}Expand description
struct for passing parameters to the method
FiatAccountsApi::get_fiat_account
Fields§
§account_id: StringThe ID of the fiat account to return
Implementations§
Source§impl GetFiatAccountParams
impl GetFiatAccountParams
Sourcepub fn builder() -> GetFiatAccountParamsBuilder
pub fn builder() -> GetFiatAccountParamsBuilder
Create an instance of GetFiatAccountParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetFiatAccountParams
impl Clone for GetFiatAccountParams
Source§fn clone(&self) -> GetFiatAccountParams
fn clone(&self) -> GetFiatAccountParams
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 GetFiatAccountParams
impl RefUnwindSafe for GetFiatAccountParams
impl Send for GetFiatAccountParams
impl Sync for GetFiatAccountParams
impl Unpin for GetFiatAccountParams
impl UnwindSafe for GetFiatAccountParams
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