Struct actix_telegram::types::ShippingOption[][src]

pub struct ShippingOption {
    pub id: String,
    pub title: String,
    pub prices: Vec<LabeledPrice>,
}

This object represents one shipping option.

Fields

Shipping option identifier

Option title

List of price portions

Trait Implementations

impl Debug for ShippingOption
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations