Struct bybit::model::SpotTickers
source · pub struct SpotTickers {
pub category: String,
pub list: Vec<SpotTicker>,
}Fields§
§category: String§list: Vec<SpotTicker>Trait Implementations§
source§impl Clone for SpotTickers
impl Clone for SpotTickers
source§fn clone(&self) -> SpotTickers
fn clone(&self) -> SpotTickers
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 SpotTickers
impl Debug for SpotTickers
source§impl<'de> Deserialize<'de> for SpotTickers
impl<'de> Deserialize<'de> for SpotTickers
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 SpotTickers
impl RefUnwindSafe for SpotTickers
impl Send for SpotTickers
impl Sync for SpotTickers
impl Unpin for SpotTickers
impl UnwindSafe for SpotTickers
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)