pub struct SpotBorrowQuotaResult {
pub symbol: Option<String>,
pub side: Option<String>,
pub max_trade_qty: Option<String>,
pub max_trade_amount: Option<String>,
pub spot_max_trade_qty: Option<String>,
pub spot_max_trade_amount: Option<String>,
pub borrow_coin: Option<String>,
}Fields§
§symbol: Option<String>§side: Option<String>§max_trade_qty: Option<String>§max_trade_amount: Option<String>§spot_max_trade_qty: Option<String>§spot_max_trade_amount: Option<String>§borrow_coin: Option<String>Trait Implementations§
Source§impl Clone for SpotBorrowQuotaResult
impl Clone for SpotBorrowQuotaResult
Source§fn clone(&self) -> SpotBorrowQuotaResult
fn clone(&self) -> SpotBorrowQuotaResult
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 SpotBorrowQuotaResult
impl Debug for SpotBorrowQuotaResult
Source§impl<'de> Deserialize<'de> for SpotBorrowQuotaResult
impl<'de> Deserialize<'de> for SpotBorrowQuotaResult
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 SpotBorrowQuotaResult
impl RefUnwindSafe for SpotBorrowQuotaResult
impl Send for SpotBorrowQuotaResult
impl Sync for SpotBorrowQuotaResult
impl Unpin for SpotBorrowQuotaResult
impl UnsafeUnpin for SpotBorrowQuotaResult
impl UnwindSafe for SpotBorrowQuotaResult
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