Struct clacks::mtproto::account::authorizations [] [src]

pub struct authorizations {
    pub authorizations: Vector<Boxed, Authorization>,
}

Fields

Trait Implementations

impl Debug for authorizations
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for authorizations
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for authorizations
[src]

[src]

impl BareDeserialize for authorizations
[src]

[src]

impl IntoBoxed for authorizations
[src]

Auto Trait Implementations