pub struct PaidOrder;Trait Implementations§
Source§impl OrderStatusMarker for PaidOrder
impl OrderStatusMarker for PaidOrder
const STATUS: OrderStatus = OrderStatus::Paid
impl Copy for PaidOrder
impl Eq for PaidOrder
impl StructuralPartialEq for PaidOrder
Auto Trait Implementations§
impl Freeze for PaidOrder
impl RefUnwindSafe for PaidOrder
impl Send for PaidOrder
impl Sync for PaidOrder
impl Unpin for PaidOrder
impl UnsafeUnpin for PaidOrder
impl UnwindSafe for PaidOrder
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