pub struct OpenInterestApi { /* private fields */ }Expand description
OpenInterest namespace for open interest operations
Implementations§
Source§impl OpenInterestApi
impl OpenInterestApi
Sourcepub fn get(&self) -> GetOpenInterest
pub fn get(&self) -> GetOpenInterest
Get open interest for markets
Trait Implementations§
Source§impl Clone for OpenInterestApi
impl Clone for OpenInterestApi
Source§fn clone(&self) -> OpenInterestApi
fn clone(&self) -> OpenInterestApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpenInterestApi
impl !RefUnwindSafe for OpenInterestApi
impl Send for OpenInterestApi
impl Sync for OpenInterestApi
impl Unpin for OpenInterestApi
impl !UnwindSafe for OpenInterestApi
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