pub struct Placed {
pub id: OrderId,
pub order: Option<Order>,
pub ts: OffsetDateTime,
}Expand description
Place order response.
Fields§
§id: OrderIdOrder id.
order: Option<Order>The placed order.
ts: OffsetDateTimeTimestamp.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Placed
impl Send for Placed
impl Sync for Placed
impl Unpin for Placed
impl UnwindSafe for Placed
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