Struct clacks_mtproto::mtproto::phone::phone_call::PhoneCall [] [src]

pub struct PhoneCall {
    pub phone_call: PhoneCall,
    pub users: Vector<Boxed, User>,
}

TL-derived from phone.phoneCall

phone.phoneCall#ec82e140 phone_call:PhoneCall users:Vector<User> = phone.PhoneCall;

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]

Auto Trait Implementations

impl Send for PhoneCall

impl Sync for PhoneCall