Struct bybit::model::SpotInstrument
source · pub struct SpotInstrument {
pub symbol: String,
pub base_coin: String,
pub quote_coin: String,
pub innovation: String,
pub status: String,
pub margin_trading: String,
pub lot_size_filter: LotSizeFilter,
pub price_filter: PriceFilter,
pub risk_parameters: RiskParameters,
}Fields§
§symbol: String§base_coin: String§quote_coin: String§innovation: String§status: String§margin_trading: String§lot_size_filter: LotSizeFilter§price_filter: PriceFilter§risk_parameters: RiskParametersTrait Implementations§
source§impl Clone for SpotInstrument
impl Clone for SpotInstrument
source§fn clone(&self) -> SpotInstrument
fn clone(&self) -> SpotInstrument
Returns a copy 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 SpotInstrument
impl Debug for SpotInstrument
source§impl<'de> Deserialize<'de> for SpotInstrument
impl<'de> Deserialize<'de> for SpotInstrument
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 RefUnwindSafe for SpotInstrument
impl Send for SpotInstrument
impl Sync for SpotInstrument
impl Unpin for SpotInstrument
impl UnwindSafe for SpotInstrument
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