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