Struct clacks_mtproto::mtproto::payments::payment::Result [] [src]

pub struct Result {
    pub updates: Updates,
}

TL-derived from payments.paymentResult

payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;

Fields

Trait Implementations

impl Debug for Result
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Result
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Result
[src]

impl BareDeserialize for Result
[src]

impl IntoBoxed for Result
[src]

Auto Trait Implementations

impl Send for Result

impl Sync for Result