pub enum LinkedOrderType {
OneTriggersOther,
OneCancelsOther,
OneTriggersOneCancelsOther,
}Variants§
Trait Implementations§
Source§impl Clone for LinkedOrderType
impl Clone for LinkedOrderType
Source§fn clone(&self) -> LinkedOrderType
fn clone(&self) -> LinkedOrderType
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 moreSource§impl Debug for LinkedOrderType
impl Debug for LinkedOrderType
Source§impl Default for LinkedOrderType
impl Default for LinkedOrderType
Source§fn default() -> LinkedOrderType
fn default() -> LinkedOrderType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinkedOrderType
impl<'de> Deserialize<'de> for LinkedOrderType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LinkedOrderType
impl PartialEq for LinkedOrderType
Source§impl Serialize for LinkedOrderType
impl Serialize for LinkedOrderType
impl StructuralPartialEq for LinkedOrderType
Auto Trait Implementations§
impl Freeze for LinkedOrderType
impl RefUnwindSafe for LinkedOrderType
impl Send for LinkedOrderType
impl Sync for LinkedOrderType
impl Unpin for LinkedOrderType
impl UnwindSafe for LinkedOrderType
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