pub struct VipCoinDetail {
pub borrowable: Option<bool>,
pub collateral_ratio: Option<String>,
pub currency: Option<String>,
pub hourly_borrow_rate: Option<String>,
pub liquidation_order: Option<String>,
pub margin_collateral: Option<bool>,
pub max_borrowing_amount: Option<String>,
}Fields§
§borrowable: Option<bool>§collateral_ratio: Option<String>§currency: Option<String>§hourly_borrow_rate: Option<String>§liquidation_order: Option<String>§margin_collateral: Option<bool>§max_borrowing_amount: Option<String>Trait Implementations§
Source§impl Clone for VipCoinDetail
impl Clone for VipCoinDetail
Source§fn clone(&self) -> VipCoinDetail
fn clone(&self) -> VipCoinDetail
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 moreSource§impl Debug for VipCoinDetail
impl Debug for VipCoinDetail
Source§impl<'de> Deserialize<'de> for VipCoinDetail
impl<'de> Deserialize<'de> for VipCoinDetail
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 VipCoinDetail
impl RefUnwindSafe for VipCoinDetail
impl Send for VipCoinDetail
impl Sync for VipCoinDetail
impl Unpin for VipCoinDetail
impl UnsafeUnpin for VipCoinDetail
impl UnwindSafe for VipCoinDetail
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