Struct clacks_mtproto::mtproto::rpc::phone::ReceivedCall [] [src]

pub struct ReceivedCall {
    pub peer: InputPhoneCall,
}

TL-derived from phone.receivedCall

phone.receivedCall#17d54f61 peer:InputPhoneCall = Bool;

Fields

Trait Implementations

impl Debug for ReceivedCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReceivedCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReceivedCall
[src]

[src]

[src]

impl Function for ReceivedCall
[src]

impl BareSerialize for ReceivedCall
[src]

Auto Trait Implementations

impl Send for ReceivedCall

impl Sync for ReceivedCall