Struct clacks::mtproto::phoneCallAccepted [] [src]

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

Fields

Trait Implementations

impl Debug for phoneCallAccepted
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for phoneCallAccepted
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for phoneCallAccepted
[src]

[src]

impl BareDeserialize for phoneCallAccepted
[src]

[src]

impl IntoBoxed for phoneCallAccepted
[src]

Auto Trait Implementations