Struct clacks::mtproto::msg_new_detailed_info [] [src]

pub struct msg_new_detailed_info {
    pub answer_msg_id: long,
    pub bytes: int,
    pub status: int,
}

Fields

Trait Implementations

impl Debug for msg_new_detailed_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for msg_new_detailed_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for msg_new_detailed_info
[src]

[src]

impl BareDeserialize for msg_new_detailed_info
[src]

[src]

impl IntoBoxed for msg_new_detailed_info
[src]

Auto Trait Implementations