Struct clacks::mtproto::messageActionPaymentSentMe [] [src]

pub struct messageActionPaymentSentMe {
    pub currency: string,
    pub total_amount: long,
    pub payload: bytes,
    pub info: Option<PaymentRequestedInfo>,
    pub shipping_option_id: Option<string>,
    pub charge: PaymentCharge,
}

Fields

Trait Implementations

impl Debug for messageActionPaymentSentMe
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageActionPaymentSentMe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageActionPaymentSentMe
[src]

[src]

impl BareDeserialize for messageActionPaymentSentMe
[src]

[src]

impl IntoBoxed for messageActionPaymentSentMe
[src]

Auto Trait Implementations