pub(super) struct OptionChainJson {
pub strike_time: String,
pub call_symbols: Vec<String>,
pub put_symbols: Vec<String>,
}Fields§
§strike_time: String§call_symbols: Vec<String>§put_symbols: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptionChainJson
impl RefUnwindSafe for OptionChainJson
impl Send for OptionChainJson
impl Sync for OptionChainJson
impl Unpin for OptionChainJson
impl UnsafeUnpin for OptionChainJson
impl UnwindSafe for OptionChainJson
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