Enum libstripe::InventoryValue [] [src]

pub enum InventoryValue {
    InStock,
    Limited,
    OutOfStock,
}

Variants

Trait Implementations

impl Debug for InventoryValue
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations