Struct xapi::TickPrices
source · pub struct TickPrices {
pub quotations: Vec<Tick>,
}Fields§
§quotations: Vec<Tick>Trait Implementations§
source§impl Clone for TickPrices
impl Clone for TickPrices
source§fn clone(&self) -> TickPrices
fn clone(&self) -> TickPrices
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 TickPrices
impl Debug for TickPrices
source§impl Default for TickPrices
impl Default for TickPrices
source§fn default() -> TickPrices
fn default() -> TickPrices
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TickPrices
impl<'de> Deserialize<'de> for TickPrices
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 RefUnwindSafe for TickPrices
impl Send for TickPrices
impl Sync for TickPrices
impl Unpin for TickPrices
impl UnwindSafe for TickPrices
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