pub struct OkxInstrumentParams { /* private fields */ }Implementations§
Source§impl OkxInstrumentParams
impl OkxInstrumentParams
Sourcepub fn builder() -> OkxInstrumentParamsBuilder<((), (), (), ())>
pub fn builder() -> OkxInstrumentParamsBuilder<((), (), (), ())>
Create a builder for building OkxInstrumentParams.
On the builder, call .instrument_type(...), .underlying(...)(optional), .instrument_family(...)(optional), .instrument_id(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of OkxInstrumentParams.
Trait Implementations§
Source§impl Debug for OkxInstrumentParams
impl Debug for OkxInstrumentParams
Auto Trait Implementations§
impl Freeze for OkxInstrumentParams
impl RefUnwindSafe for OkxInstrumentParams
impl Send for OkxInstrumentParams
impl Sync for OkxInstrumentParams
impl Unpin for OkxInstrumentParams
impl UnsafeUnpin for OkxInstrumentParams
impl UnwindSafe for OkxInstrumentParams
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