pub struct TradeSubscriptionResponse {
pub symbol: Option<String>,
pub snapshot: Option<bool>,
pub warnings: Option<Vec<String>>,
}
Fields§
§symbol: Option<String>
§snapshot: Option<bool>
§warnings: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for TradeSubscriptionResponse
impl Debug for TradeSubscriptionResponse
Source§impl<'de> Deserialize<'de> for TradeSubscriptionResponse
impl<'de> Deserialize<'de> for TradeSubscriptionResponse
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 TradeSubscriptionResponse
Auto Trait Implementations§
impl Freeze for TradeSubscriptionResponse
impl RefUnwindSafe for TradeSubscriptionResponse
impl Send for TradeSubscriptionResponse
impl Sync for TradeSubscriptionResponse
impl Unpin for TradeSubscriptionResponse
impl UnwindSafe for TradeSubscriptionResponse
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