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