Struct clacks_mtproto::mtproto::account::authorizations::Authorizations [] [src]

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

TL-derived from account.authorizations

account.authorizations#1250abde authorizations:Vector<Authorization> = account.Authorizations;

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]

impl BareDeserialize for Authorizations
[src]

impl IntoBoxed for Authorizations
[src]

Auto Trait Implementations