Struct clacks_transport::session::AppId [] [src]

pub struct AppId {
    pub api_id: i32,
    pub api_hash: String,
}

Fields

Trait Implementations

impl Debug for AppId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AppId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AppId

impl Sync for AppId