pub struct CancelledOrder;Trait Implementations§
Source§impl Clone for CancelledOrder
impl Clone for CancelledOrder
Source§fn clone(&self) -> CancelledOrder
fn clone(&self) -> CancelledOrder
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 CancelledOrder
impl Debug for CancelledOrder
Source§impl OrderStatusMarker for CancelledOrder
impl OrderStatusMarker for CancelledOrder
const STATUS: OrderStatus = OrderStatus::Cancelled
Source§impl PartialEq for CancelledOrder
impl PartialEq for CancelledOrder
Source§fn eq(&self, other: &CancelledOrder) -> bool
fn eq(&self, other: &CancelledOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CancelledOrder
impl Eq for CancelledOrder
impl StructuralPartialEq for CancelledOrder
Auto Trait Implementations§
impl Freeze for CancelledOrder
impl RefUnwindSafe for CancelledOrder
impl Send for CancelledOrder
impl Sync for CancelledOrder
impl Unpin for CancelledOrder
impl UnsafeUnpin for CancelledOrder
impl UnwindSafe for CancelledOrder
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