pub struct SubAccountFundingBalancesRequest { /* private fields */ }Expand description
Query parameters for SubAccount::get_subaccount_funding_balances.
Implementations§
Trait Implementations§
Source§impl Clone for SubAccountFundingBalancesRequest
impl Clone for SubAccountFundingBalancesRequest
Source§fn clone(&self) -> SubAccountFundingBalancesRequest
fn clone(&self) -> SubAccountFundingBalancesRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubAccountFundingBalancesRequest
impl RefUnwindSafe for SubAccountFundingBalancesRequest
impl Send for SubAccountFundingBalancesRequest
impl Sync for SubAccountFundingBalancesRequest
impl Unpin for SubAccountFundingBalancesRequest
impl UnsafeUnpin for SubAccountFundingBalancesRequest
impl UnwindSafe for SubAccountFundingBalancesRequest
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