Enum clacks::mtproto::ShippingOption [] [src]

pub enum ShippingOption {
    shippingOption(shippingOption),
}

Variants

Trait Implementations

impl Debug for ShippingOption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShippingOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ShippingOption
[src]

[src]

impl BoxedDeserialize for ShippingOption
[src]

Auto Trait Implementations