Struct clacks::mtproto::destroy_session_none [] [src]

pub struct destroy_session_none {
    pub session_id: long,
}

Fields

Trait Implementations

impl Debug for destroy_session_none
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for destroy_session_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 destroy_session_none
[src]

[src]

impl BareDeserialize for destroy_session_none
[src]

[src]

impl IntoBoxed for destroy_session_none
[src]

Auto Trait Implementations