pub(super) struct OptionChainRow {
pub strike_time: String,
pub call_count: usize,
pub put_count: usize,
pub example_call: String,
pub example_put: String,
}Fields§
§strike_time: String§call_count: usize§put_count: usize§example_call: String§example_put: StringTrait Implementations§
Source§impl Tabled for OptionChainRow
impl Tabled for OptionChainRow
Auto Trait Implementations§
impl Freeze for OptionChainRow
impl RefUnwindSafe for OptionChainRow
impl Send for OptionChainRow
impl Sync for OptionChainRow
impl Unpin for OptionChainRow
impl UnsafeUnpin for OptionChainRow
impl UnwindSafe for OptionChainRow
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