Struct bybit::model::IndexPriceKline
source · pub struct IndexPriceKline {
pub start_time: u64,
pub open_price: String,
pub high_price: String,
pub low_price: String,
pub close_price: String,
}Fields§
§start_time: u64§open_price: String§high_price: String§low_price: String§close_price: StringTrait Implementations§
source§impl Clone for IndexPriceKline
impl Clone for IndexPriceKline
source§fn clone(&self) -> IndexPriceKline
fn clone(&self) -> IndexPriceKline
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 IndexPriceKline
impl Debug for IndexPriceKline
source§impl<'de> Deserialize<'de> for IndexPriceKline
impl<'de> Deserialize<'de> for IndexPriceKline
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 IndexPriceKline
impl RefUnwindSafe for IndexPriceKline
impl Send for IndexPriceKline
impl Sync for IndexPriceKline
impl Unpin for IndexPriceKline
impl UnwindSafe for IndexPriceKline
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)