pub struct OpenInterestOverviewOptions {
pub page: Option<i64>,
pub limit: Option<i64>,
pub key: Option<String>,
pub sort: Option<String>,
pub query: Option<String>,
}Fields§
§page: Option<i64>§limit: Option<i64>§key: Option<String>§sort: Option<String>§query: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for OpenInterestOverviewOptions
impl RefUnwindSafe for OpenInterestOverviewOptions
impl Send for OpenInterestOverviewOptions
impl Sync for OpenInterestOverviewOptions
impl Unpin for OpenInterestOverviewOptions
impl UnsafeUnpin for OpenInterestOverviewOptions
impl UnwindSafe for OpenInterestOverviewOptions
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