pub struct CollateralInfoItem {Show 14 fields
pub currency: Option<String>,
pub hourly_borrow_rate: Option<String>,
pub max_borrowing_amount: Option<String>,
pub free_borrowing_limit: Option<String>,
pub free_borrow_amount: Option<String>,
pub borrow_amount: Option<String>,
pub other_borrow_amount: Option<String>,
pub available_to_borrow: Option<String>,
pub borrowable: Option<bool>,
pub borrow_usage_rate: Option<String>,
pub margin_collateral: Option<bool>,
pub collateral_switch: Option<bool>,
pub free_borrowing_amount: Option<String>,
pub collateral_ratio: Option<String>,
}Fields§
§currency: Option<String>§hourly_borrow_rate: Option<String>§max_borrowing_amount: Option<String>§free_borrowing_limit: Option<String>§free_borrow_amount: Option<String>§borrow_amount: Option<String>§other_borrow_amount: Option<String>§available_to_borrow: Option<String>§borrowable: Option<bool>§borrow_usage_rate: Option<String>§margin_collateral: Option<bool>§collateral_switch: Option<bool>§free_borrowing_amount: Option<String>§collateral_ratio: Option<String>Trait Implementations§
Source§impl Clone for CollateralInfoItem
impl Clone for CollateralInfoItem
Source§fn clone(&self) -> CollateralInfoItem
fn clone(&self) -> CollateralInfoItem
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 CollateralInfoItem
impl Debug for CollateralInfoItem
Source§impl<'de> Deserialize<'de> for CollateralInfoItem
impl<'de> Deserialize<'de> for CollateralInfoItem
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 CollateralInfoItem
impl RefUnwindSafe for CollateralInfoItem
impl Send for CollateralInfoItem
impl Sync for CollateralInfoItem
impl Unpin for CollateralInfoItem
impl UnsafeUnpin for CollateralInfoItem
impl UnwindSafe for CollateralInfoItem
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