pub struct OptionChainResponse {
pub option_chain: Vec<OptionExpiry>,
}Expand description
Response wrapper for GET /v1/symbols/:id/options.
Fields§
§option_chain: Vec<OptionExpiry>Option expiry groups for the underlying symbol.
Trait Implementations§
Source§impl Debug for OptionChainResponse
impl Debug for OptionChainResponse
Source§impl<'de> Deserialize<'de> for OptionChainResponse
impl<'de> Deserialize<'de> for OptionChainResponse
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 OptionChainResponse
impl RefUnwindSafe for OptionChainResponse
impl Send for OptionChainResponse
impl Sync for OptionChainResponse
impl Unpin for OptionChainResponse
impl UnsafeUnpin for OptionChainResponse
impl UnwindSafe for OptionChainResponse
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