Enum libstripe::DeliveryType [] [src]

pub enum DeliveryType {
    Range,
    Exact,
}

Variants

Trait Implementations

impl Debug for DeliveryType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeliveryType

impl Sync for DeliveryType