Struct clacks::mtproto::phoneCallRequested [] [src]

pub struct phoneCallRequested {
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub admin_id: int,
    pub participant_id: int,
    pub g_a_hash: bytes,
    pub protocol: PhoneCallProtocol,
}

Fields

Trait Implementations

impl Debug for phoneCallRequested
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for phoneCallRequested
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for phoneCallRequested
[src]

[src]

impl BareDeserialize for phoneCallRequested
[src]

[src]

impl IntoBoxed for phoneCallRequested
[src]

Auto Trait Implementations