Enum libstripe::ProductType [] [src]

pub enum ProductType {
    Service,
    Good,
}

Variants

Trait Implementations

impl Debug for ProductType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProductType

impl Sync for ProductType