#[repr(u16)]pub enum OmsType {
Unspecified = 0,
Netting = 1,
Hedging = 2,
}Variants§
Trait Implementations§
impl Copy for OmsType
impl Eq for OmsType
Source§impl Introspect for OmsType
impl Introspect for OmsType
Source§fn introspect() -> Type
fn introspect() -> Type
Retrieves a description of the type.
impl StructuralPartialEq for OmsType
Auto Trait Implementations§
impl Freeze for OmsType
impl RefUnwindSafe for OmsType
impl Send for OmsType
impl Sync for OmsType
impl Unpin for OmsType
impl UnsafeUnpin for OmsType
impl UnwindSafe for OmsType
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more