Struct clacks_mtproto::mtproto::msg::NewDetailedInfo [] [src]

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

TL-derived from msg_new_detailed_info

msg_new_detailed_info#809db6df answer_msg_id:long bytes:int status:int = MsgDetailedInfo;

Fields

Trait Implementations

impl Debug for NewDetailedInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewDetailedInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NewDetailedInfo
[src]

impl BareDeserialize for NewDetailedInfo
[src]

impl IntoBoxed for NewDetailedInfo
[src]

Auto Trait Implementations