pub struct WalletBalancesDto { /* private fields */ }Implementations§
Source§impl WalletBalancesDto
impl WalletBalancesDto
pub fn balances<T>(self, value: T) -> Self
pub fn total_balances_in_usd<T>(self, value: T) -> Self
pub fn total_profit_in_usd<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WalletBalancesDto
impl Clone for WalletBalancesDto
Source§fn clone(&self) -> WalletBalancesDto
fn clone(&self) -> WalletBalancesDto
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 moreSource§impl Debug for WalletBalancesDto
impl Debug for WalletBalancesDto
Source§impl Default for WalletBalancesDto
impl Default for WalletBalancesDto
Source§impl From<WalletBalancesDto> for WalletBalancesDto
impl From<WalletBalancesDto> for WalletBalancesDto
Source§fn from(value: WalletBalancesDto) -> Self
fn from(value: WalletBalancesDto) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WalletBalancesDto> for WalletBalancesDto
impl TryFrom<WalletBalancesDto> for WalletBalancesDto
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WalletBalancesDto) -> Result<Self, ConversionError>
fn try_from(value: WalletBalancesDto) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WalletBalancesDto
impl RefUnwindSafe for WalletBalancesDto
impl Send for WalletBalancesDto
impl Sync for WalletBalancesDto
impl Unpin for WalletBalancesDto
impl UnwindSafe for WalletBalancesDto
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