Struct clacks_mtproto::mtproto::destroy_session::Ok [] [src]

pub struct Ok {
    pub session_id: long,
}

TL-derived from destroy_session_ok

destroy_session_ok#e22045fc session_id:long = DestroySessionRes;

Fields

Trait Implementations

impl Debug for Ok
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ok
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Ok
[src]

impl BareDeserialize for Ok
[src]

impl IntoBoxed for Ok
[src]

Auto Trait Implementations

impl Send for Ok

impl Sync for Ok