Struct bybit::model::SpotInstrumentsInfo
source · pub struct SpotInstrumentsInfo {
pub category: String,
pub list: Vec<SpotInstrument>,
pub next_page_cursor: String,
}Fields§
§category: String§list: Vec<SpotInstrument>§next_page_cursor: StringTrait Implementations§
source§impl Clone for SpotInstrumentsInfo
impl Clone for SpotInstrumentsInfo
source§fn clone(&self) -> SpotInstrumentsInfo
fn clone(&self) -> SpotInstrumentsInfo
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 SpotInstrumentsInfo
impl Debug for SpotInstrumentsInfo
source§impl<'de> Deserialize<'de> for SpotInstrumentsInfo
impl<'de> Deserialize<'de> for SpotInstrumentsInfo
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 SpotInstrumentsInfo
impl RefUnwindSafe for SpotInstrumentsInfo
impl Send for SpotInstrumentsInfo
impl Sync for SpotInstrumentsInfo
impl Unpin for SpotInstrumentsInfo
impl UnwindSafe for SpotInstrumentsInfo
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