Struct clacks_mtproto::mtproto::labeled_price::LabeledPrice [] [src]

pub struct LabeledPrice {
    pub label: string,
    pub amount: long,
}

TL-derived from labeledPrice

labeledPrice#cb296bf8 label:string amount:long = LabeledPrice;

Fields

Trait Implementations

impl Debug for LabeledPrice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LabeledPrice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for LabeledPrice
[src]

impl BareDeserialize for LabeledPrice
[src]

impl IntoBoxed for LabeledPrice
[src]

Auto Trait Implementations

impl Send for LabeledPrice

impl Sync for LabeledPrice