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

pub struct None {
    pub session_id: long,
}

TL-derived from destroy_session_none

destroy_session_none#62d350c9 session_id:long = DestroySessionRes;

Fields

Trait Implementations

impl Debug for None
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for None
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for None
[src]

impl BareDeserialize for None
[src]

impl IntoBoxed for None
[src]

Auto Trait Implementations

impl Send for None

impl Sync for None