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