Enum bestbuy::order::OrderState [] [src]

pub enum OrderState {
    Staging,
    WaitingAcceptance,
    WaitingDebit,
    WaitingDebitPayment,
    Shipping,
    Shipped,
    ToCollect,
    Received,
    Closed,
    Refused,
    Canceled,
}

Variants

Trait Implementations

impl Debug for OrderState
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OrderState
[src]

impl ToString for OrderState
[src]

[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for OrderState

impl Sync for OrderState