Struct binance::rest_model::PriceIndex
source · [−]Fields
calc_time: u128price: f64symbol: StringTrait Implementations
sourceimpl Clone for PriceIndex
impl Clone for PriceIndex
sourcefn clone(&self) -> PriceIndex
fn clone(&self) -> PriceIndex
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PriceIndex
impl Debug for PriceIndex
sourceimpl<'de> Deserialize<'de> for PriceIndex
impl<'de> Deserialize<'de> for PriceIndex
sourcefn 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
sourceimpl Serialize for PriceIndex
impl Serialize for PriceIndex
Auto Trait Implementations
impl RefUnwindSafe for PriceIndex
impl Send for PriceIndex
impl Sync for PriceIndex
impl Unpin for PriceIndex
impl UnwindSafe for PriceIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more