pub struct SubscribeUpdate {
pub status: Vec<String>,
pub ticker: Vec<String>,
pub ticker_batch: Vec<String>,
pub level2: Option<Vec<String>>,
pub user: Option<Vec<String>>,
pub market_trades: Option<Vec<String>>,
pub heartbeats: Option<Vec<String>>,
}Fields§
§status: Vec<String>§ticker: Vec<String>§ticker_batch: Vec<String>§level2: Option<Vec<String>>§user: Option<Vec<String>>§market_trades: Option<Vec<String>>§heartbeats: Option<Vec<String>>Trait Implementations§
Source§impl Debug for SubscribeUpdate
impl Debug for SubscribeUpdate
Source§impl Default for SubscribeUpdate
impl Default for SubscribeUpdate
Source§fn default() -> SubscribeUpdate
fn default() -> SubscribeUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubscribeUpdate
impl<'de> Deserialize<'de> for SubscribeUpdate
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 Freeze for SubscribeUpdate
impl RefUnwindSafe for SubscribeUpdate
impl Send for SubscribeUpdate
impl Sync for SubscribeUpdate
impl Unpin for SubscribeUpdate
impl UnwindSafe for SubscribeUpdate
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