Struct clacks::mtproto::msgs_state_info [] [src]

pub struct msgs_state_info {
    pub req_msg_id: long,
    pub info: string,
}

Fields

Trait Implementations

impl Debug for msgs_state_info
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for msgs_state_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 msgs_state_info
[src]

[src]

impl BareDeserialize for msgs_state_info
[src]

[src]

impl IntoBoxed for msgs_state_info
[src]

Auto Trait Implementations