Struct bybit::model::SpotTickerData
source · pub struct SpotTickerData {
pub symbol: String,
pub last_price: String,
pub high_price_24h: String,
pub low_price_24h: String,
pub prev_price_24h: String,
pub volume_24h: String,
pub turnover_24h: String,
pub price_24h_pcnt: String,
pub usd_index_price: String,
}Fields§
§symbol: String§last_price: String§high_price_24h: String§low_price_24h: String§prev_price_24h: String§volume_24h: String§turnover_24h: String§price_24h_pcnt: String§usd_index_price: StringTrait Implementations§
source§impl Clone for SpotTickerData
impl Clone for SpotTickerData
source§fn clone(&self) -> SpotTickerData
fn clone(&self) -> SpotTickerData
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 SpotTickerData
impl Debug for SpotTickerData
source§impl<'de> Deserialize<'de> for SpotTickerData
impl<'de> Deserialize<'de> for SpotTickerData
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
source§impl Serialize for SpotTickerData
impl Serialize for SpotTickerData
impl Send for SpotTickerData
impl Sync for SpotTickerData
Auto Trait Implementations§
impl Freeze for SpotTickerData
impl RefUnwindSafe for SpotTickerData
impl Unpin for SpotTickerData
impl UnwindSafe for SpotTickerData
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