pub enum OrderResponseType {
ACK,
RESULT,
FULL,
}Variants§
Trait Implementations§
Source§impl Debug for OrderResponseType
impl Debug for OrderResponseType
Source§impl<'de> Deserialize<'de> for OrderResponseType
impl<'de> Deserialize<'de> for OrderResponseType
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 OrderResponseType
impl PartialEq for OrderResponseType
Source§fn eq(&self, other: &OrderResponseType) -> bool
fn eq(&self, other: &OrderResponseType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OrderResponseType
impl Serialize for OrderResponseType
impl StructuralPartialEq for OrderResponseType
Auto Trait Implementations§
impl Freeze for OrderResponseType
impl RefUnwindSafe for OrderResponseType
impl Send for OrderResponseType
impl Sync for OrderResponseType
impl Unpin for OrderResponseType
impl UnsafeUnpin for OrderResponseType
impl UnwindSafe for OrderResponseType
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