Struct clacks::mtproto::shippingOption [] [src]

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

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]

[src]

impl BareDeserialize for shippingOption
[src]

[src]

impl IntoBoxed for shippingOption
[src]

Auto Trait Implementations