#[non_exhaustive]pub struct OrderInstrumentRequest { /* private fields */ }Expand description
Minimal request-side instrument: only symbol and assetType are
settable. Uses the typed AssetType from crate::accounts. Instruments
are produced by the builder.
Implementations§
Trait Implementations§
Source§impl Clone for OrderInstrumentRequest
impl Clone for OrderInstrumentRequest
Source§fn clone(&self) -> OrderInstrumentRequest
fn clone(&self) -> OrderInstrumentRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrderInstrumentRequest
impl Debug for OrderInstrumentRequest
Source§impl Default for OrderInstrumentRequest
impl Default for OrderInstrumentRequest
Source§fn default() -> OrderInstrumentRequest
fn default() -> OrderInstrumentRequest
Returns the “default value” for a type. Read more
Source§impl Hash for OrderInstrumentRequest
impl Hash for OrderInstrumentRequest
Source§impl PartialEq for OrderInstrumentRequest
impl PartialEq for OrderInstrumentRequest
Source§fn eq(&self, other: &OrderInstrumentRequest) -> bool
fn eq(&self, other: &OrderInstrumentRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OrderInstrumentRequest
impl Serialize for OrderInstrumentRequest
impl Eq for OrderInstrumentRequest
impl StructuralPartialEq for OrderInstrumentRequest
Auto Trait Implementations§
impl Freeze for OrderInstrumentRequest
impl RefUnwindSafe for OrderInstrumentRequest
impl Send for OrderInstrumentRequest
impl Sync for OrderInstrumentRequest
impl Unpin for OrderInstrumentRequest
impl UnsafeUnpin for OrderInstrumentRequest
impl UnwindSafe for OrderInstrumentRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.