pub struct AllMiniTickerStreamResponse {
pub e: Option<String>,
pub e_uppercase: Option<i64>,
pub s: Option<String>,
pub c: Option<String>,
pub o: Option<String>,
pub h: Option<String>,
pub l: Option<String>,
pub v: Option<String>,
pub q: Option<String>,
}Fields§
§e: Option<String>eventType
e_uppercase: Option<i64>eventTime
s: Option<String>symbol
c: Option<String>closePrice
o: Option<String>openPrice
h: Option<String>highPrice
l: Option<String>lowPrice
v: Option<String>volume
q: Option<String>quoteVolume
Implementations§
Source§impl AllMiniTickerStreamResponse
impl AllMiniTickerStreamResponse
pub fn new() -> AllMiniTickerStreamResponse
Trait Implementations§
Source§impl Clone for AllMiniTickerStreamResponse
impl Clone for AllMiniTickerStreamResponse
Source§fn clone(&self) -> AllMiniTickerStreamResponse
fn clone(&self) -> AllMiniTickerStreamResponse
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 AllMiniTickerStreamResponse
impl Debug for AllMiniTickerStreamResponse
Source§impl Default for AllMiniTickerStreamResponse
impl Default for AllMiniTickerStreamResponse
Source§fn default() -> AllMiniTickerStreamResponse
fn default() -> AllMiniTickerStreamResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllMiniTickerStreamResponse
impl<'de> Deserialize<'de> for AllMiniTickerStreamResponse
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 AllMiniTickerStreamResponse
Auto Trait Implementations§
impl Freeze for AllMiniTickerStreamResponse
impl RefUnwindSafe for AllMiniTickerStreamResponse
impl Send for AllMiniTickerStreamResponse
impl Sync for AllMiniTickerStreamResponse
impl Unpin for AllMiniTickerStreamResponse
impl UnsafeUnpin for AllMiniTickerStreamResponse
impl UnwindSafe for AllMiniTickerStreamResponse
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