Struct clacks_mtproto::mtproto::payment_charge::PaymentCharge [] [src]

pub struct PaymentCharge {
    pub id: string,
    pub provider_charge_id: string,
}

TL-derived from paymentCharge

paymentCharge#ea02c27e id:string provider_charge_id:string = PaymentCharge;

Fields

Trait Implementations

impl Debug for PaymentCharge
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PaymentCharge
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PaymentCharge
[src]

impl BareDeserialize for PaymentCharge
[src]

impl IntoBoxed for PaymentCharge
[src]

Auto Trait Implementations

impl Send for PaymentCharge

impl Sync for PaymentCharge