Struct clacks::mtproto::rpc::phone::confirmCall [] [src]

pub struct confirmCall {
    pub peer: InputPhoneCall,
    pub g_a: bytes,
    pub key_fingerprint: long,
    pub protocol: PhoneCallProtocol,
}

Fields

Trait Implementations

impl Debug for confirmCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for confirmCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for confirmCall
[src]

impl BareSerialize for confirmCall
[src]

[src]

Auto Trait Implementations

impl Send for confirmCall

impl Sync for confirmCall