Struct clacks::mtproto::labeledPrice [] [src]

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

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]

[src]

impl BareDeserialize for labeledPrice
[src]

[src]

impl IntoBoxed for labeledPrice
[src]

Auto Trait Implementations

impl Send for labeledPrice

impl Sync for labeledPrice