pub struct AllBookTickerStreamResponse {
pub e: Option<String>,
pub e_uppercase: Option<i64>,
pub t_uppercase: Option<i64>,
pub u: Option<i64>,
pub s: Option<String>,
pub b: Option<String>,
pub b_uppercase: Option<String>,
pub a: Option<String>,
pub a_uppercase: Option<String>,
}Fields§
§e: Option<String>eventType
e_uppercase: Option<i64>eventTime
t_uppercase: Option<i64>transactionTime
u: Option<i64>updateId
s: Option<String>symbol
b: Option<String>bid1Price
b_uppercase: Option<String>bid1Quantity
a: Option<String>ask1Price
a_uppercase: Option<String>ask1Quantity
Implementations§
Source§impl AllBookTickerStreamResponse
impl AllBookTickerStreamResponse
pub fn new() -> AllBookTickerStreamResponse
Trait Implementations§
Source§impl Clone for AllBookTickerStreamResponse
impl Clone for AllBookTickerStreamResponse
Source§fn clone(&self) -> AllBookTickerStreamResponse
fn clone(&self) -> AllBookTickerStreamResponse
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 Debug for AllBookTickerStreamResponse
impl Debug for AllBookTickerStreamResponse
Source§impl Default for AllBookTickerStreamResponse
impl Default for AllBookTickerStreamResponse
Source§fn default() -> AllBookTickerStreamResponse
fn default() -> AllBookTickerStreamResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllBookTickerStreamResponse
impl<'de> Deserialize<'de> for AllBookTickerStreamResponse
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
impl StructuralPartialEq for AllBookTickerStreamResponse
Auto Trait Implementations§
impl Freeze for AllBookTickerStreamResponse
impl RefUnwindSafe for AllBookTickerStreamResponse
impl Send for AllBookTickerStreamResponse
impl Sync for AllBookTickerStreamResponse
impl Unpin for AllBookTickerStreamResponse
impl UnsafeUnpin for AllBookTickerStreamResponse
impl UnwindSafe for AllBookTickerStreamResponse
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