pub struct ConditionalOrderTriggerReject {
pub event_type: EventType,
pub event_time: i64,
pub message_send_time: i64,
pub order_reject: OrderReject,
}Fields§
§event_type: EventType§event_time: i64§message_send_time: i64§order_reject: OrderRejectTrait Implementations§
Source§impl<'de> Deserialize<'de> for ConditionalOrderTriggerReject
impl<'de> Deserialize<'de> for ConditionalOrderTriggerReject
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
Auto Trait Implementations§
impl Freeze for ConditionalOrderTriggerReject
impl RefUnwindSafe for ConditionalOrderTriggerReject
impl Send for ConditionalOrderTriggerReject
impl Sync for ConditionalOrderTriggerReject
impl Unpin for ConditionalOrderTriggerReject
impl UnsafeUnpin for ConditionalOrderTriggerReject
impl UnwindSafe for ConditionalOrderTriggerReject
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