Struct clacks_mtproto::mtproto::update::PhoneCall [] [src]

pub struct PhoneCall {
    pub phone_call: PhoneCall,
}

TL-derived from updatePhoneCall

updatePhoneCall#ab0f6b1e phone_call:PhoneCall = Update;

Fields

Trait Implementations

impl Debug for PhoneCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhoneCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhoneCall
[src]

impl BareDeserialize for PhoneCall
[src]

impl IntoBoxed for PhoneCall
[src]

[src]

Auto Trait Implementations

impl Send for PhoneCall

impl Sync for PhoneCall