pub struct BnSpotAccountBalance {
pub asset: CryptoAsset,
pub free: Decimal,
pub locked: Decimal,
}Fields§
§asset: CryptoAsset§free: Decimal§locked: DecimalTrait Implementations§
Source§impl Debug for BnSpotAccountBalance
impl Debug for BnSpotAccountBalance
Source§impl<'de> Deserialize<'de> for BnSpotAccountBalance
impl<'de> Deserialize<'de> for BnSpotAccountBalance
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 BnSpotAccountBalance
impl RefUnwindSafe for BnSpotAccountBalance
impl Send for BnSpotAccountBalance
impl Sync for BnSpotAccountBalance
impl Unpin for BnSpotAccountBalance
impl UnwindSafe for BnSpotAccountBalance
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