Struct clacks_mtproto::mtproto::auth::sent_code_type::App [] [src]

pub struct App {
    pub length: int,
}

TL-derived from auth.sentCodeTypeApp

auth.sentCodeTypeApp#3dbb5986 length:int = auth.SentCodeType;

Fields

Trait Implementations

impl Debug for App
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for App
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for App
[src]

impl BareDeserialize for App
[src]

impl IntoBoxed for App
[src]

Auto Trait Implementations

impl Send for App

impl Sync for App