pub struct CryptoMaxBuySellQtyInfo {
pub max_cash_buy_qty: f64,
pub max_sell_qty: f64,
}Fields§
§max_cash_buy_qty: f64§max_sell_qty: f64Trait Implementations§
Source§impl Clone for CryptoMaxBuySellQtyInfo
impl Clone for CryptoMaxBuySellQtyInfo
Source§fn clone(&self) -> CryptoMaxBuySellQtyInfo
fn clone(&self) -> CryptoMaxBuySellQtyInfo
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 CryptoMaxBuySellQtyInfo
impl Debug for CryptoMaxBuySellQtyInfo
Source§impl PartialEq for CryptoMaxBuySellQtyInfo
impl PartialEq for CryptoMaxBuySellQtyInfo
impl Copy for CryptoMaxBuySellQtyInfo
impl StructuralPartialEq for CryptoMaxBuySellQtyInfo
Auto Trait Implementations§
impl Freeze for CryptoMaxBuySellQtyInfo
impl RefUnwindSafe for CryptoMaxBuySellQtyInfo
impl Send for CryptoMaxBuySellQtyInfo
impl Sync for CryptoMaxBuySellQtyInfo
impl Unpin for CryptoMaxBuySellQtyInfo
impl UnsafeUnpin for CryptoMaxBuySellQtyInfo
impl UnwindSafe for CryptoMaxBuySellQtyInfo
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