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