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