pub struct OpenInterestHistoryAggregatedOptions {
pub interval: Option<String>,
pub from: Option<i64>,
pub to: Option<i64>,
}Fields§
§interval: Option<String>§from: Option<i64>§to: Option<i64>Implementations§
Auto Trait Implementations§
impl Freeze for OpenInterestHistoryAggregatedOptions
impl RefUnwindSafe for OpenInterestHistoryAggregatedOptions
impl Send for OpenInterestHistoryAggregatedOptions
impl Sync for OpenInterestHistoryAggregatedOptions
impl Unpin for OpenInterestHistoryAggregatedOptions
impl UnsafeUnpin for OpenInterestHistoryAggregatedOptions
impl UnwindSafe for OpenInterestHistoryAggregatedOptions
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