pub struct WithdrawableAmountDetail {
pub s_p_o_t: WithdrawableAmountItem,
pub f_u_n_d: WithdrawableAmountItem,
}Expand description
Withdrawable amount detail.
Fields§
§s_p_o_t: WithdrawableAmountItemSpot
f_u_n_d: WithdrawableAmountItemFund
Trait Implementations§
Source§impl Clone for WithdrawableAmountDetail
impl Clone for WithdrawableAmountDetail
Source§fn clone(&self) -> WithdrawableAmountDetail
fn clone(&self) -> WithdrawableAmountDetail
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 WithdrawableAmountDetail
impl Debug for WithdrawableAmountDetail
Source§impl<'de> Deserialize<'de> for WithdrawableAmountDetail
impl<'de> Deserialize<'de> for WithdrawableAmountDetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WithdrawableAmountDetail
impl RefUnwindSafe for WithdrawableAmountDetail
impl Send for WithdrawableAmountDetail
impl Sync for WithdrawableAmountDetail
impl Unpin for WithdrawableAmountDetail
impl UnsafeUnpin for WithdrawableAmountDetail
impl UnwindSafe for WithdrawableAmountDetail
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