pub struct TickerBookResponse2ResultInner {
pub symbol: Option<String>,
pub bid_price: Option<String>,
pub bid_qty: Option<String>,
pub ask_price: Option<String>,
pub ask_qty: Option<String>,
}Fields§
§symbol: Option<String>§bid_price: Option<String>§bid_qty: Option<String>§ask_price: Option<String>§ask_qty: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for TickerBookResponse2ResultInner
impl Clone for TickerBookResponse2ResultInner
Source§fn clone(&self) -> TickerBookResponse2ResultInner
fn clone(&self) -> TickerBookResponse2ResultInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TickerBookResponse2ResultInner
impl Default for TickerBookResponse2ResultInner
Source§fn default() -> TickerBookResponse2ResultInner
fn default() -> TickerBookResponse2ResultInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TickerBookResponse2ResultInner
impl<'de> Deserialize<'de> for TickerBookResponse2ResultInner
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 PartialEq for TickerBookResponse2ResultInner
impl PartialEq for TickerBookResponse2ResultInner
Source§fn eq(&self, other: &TickerBookResponse2ResultInner) -> bool
fn eq(&self, other: &TickerBookResponse2ResultInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TickerBookResponse2ResultInner
Auto Trait Implementations§
impl Freeze for TickerBookResponse2ResultInner
impl RefUnwindSafe for TickerBookResponse2ResultInner
impl Send for TickerBookResponse2ResultInner
impl Sync for TickerBookResponse2ResultInner
impl Unpin for TickerBookResponse2ResultInner
impl UnsafeUnpin for TickerBookResponse2ResultInner
impl UnwindSafe for TickerBookResponse2ResultInner
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