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