pub struct OrderUpdatePayload {
pub payload_type: PayloadType,
pub data: Order,
}Fields§
§payload_type: PayloadType§data: OrderTrait Implementations§
Source§impl Clone for OrderUpdatePayload
impl Clone for OrderUpdatePayload
Source§fn clone(&self) -> OrderUpdatePayload
fn clone(&self) -> OrderUpdatePayload
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 OrderUpdatePayload
impl Debug for OrderUpdatePayload
Source§impl<'de> Deserialize<'de> for OrderUpdatePayload
impl<'de> Deserialize<'de> for OrderUpdatePayload
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 OrderUpdatePayload
impl RefUnwindSafe for OrderUpdatePayload
impl Send for OrderUpdatePayload
impl Sync for OrderUpdatePayload
impl Unpin for OrderUpdatePayload
impl UnsafeUnpin for OrderUpdatePayload
impl UnwindSafe for OrderUpdatePayload
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