Struct clacks_mtproto::mtproto::shipping_option::ShippingOption [] [src]

pub struct ShippingOption {
    pub id: string,
    pub title: string,
    pub prices: Vector<Boxed, LabeledPrice>,
}

TL-derived from shippingOption

shippingOption#b6213cdf id:string title:string prices:Vector<LabeledPrice> = ShippingOption;

Fields

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 BareSerialize for ShippingOption
[src]

impl BareDeserialize for ShippingOption
[src]

impl IntoBoxed for ShippingOption
[src]

Auto Trait Implementations