Struct clacks::mtproto::auth::exportedAuthorization [] [src]

pub struct exportedAuthorization {
    pub id: int,
    pub bytes: bytes,
}

Fields

Trait Implementations

impl Debug for exportedAuthorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for exportedAuthorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for exportedAuthorization
[src]

[src]

impl BareDeserialize for exportedAuthorization
[src]

[src]

impl IntoBoxed for exportedAuthorization
[src]

Auto Trait Implementations