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

pub struct Call {
    pub length: int,
}

TL-derived from auth.sentCodeTypeCall

auth.sentCodeTypeCall#5353e5a7 length:int = auth.SentCodeType;

Fields

Trait Implementations

impl Debug for Call
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Call
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Call
[src]

impl BareDeserialize for Call
[src]

impl IntoBoxed for Call
[src]

Auto Trait Implementations

impl Send for Call

impl Sync for Call