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

pub struct DetailedInfo {
    pub msg_id: long,
    pub answer_msg_id: long,
    pub bytes: int,
    pub status: int,
}

TL-derived from msg_detailed_info

msg_detailed_info#276d3ec6 msg_id:long answer_msg_id:long bytes:int status:int = MsgDetailedInfo;

Fields

Trait Implementations

impl Debug for DetailedInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DetailedInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DetailedInfo
[src]

impl BareDeserialize for DetailedInfo
[src]

impl IntoBoxed for DetailedInfo
[src]

Auto Trait Implementations

impl Send for DetailedInfo

impl Sync for DetailedInfo