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

pub struct FlashCall {
    pub pattern: string,
}

TL-derived from auth.sentCodeTypeFlashCall

auth.sentCodeTypeFlashCall#ab03c6d9 pattern:string = auth.SentCodeType;

Fields

Trait Implementations

impl Debug for FlashCall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FlashCall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FlashCall
[src]

impl BareDeserialize for FlashCall
[src]

impl IntoBoxed for FlashCall
[src]

Auto Trait Implementations

impl Send for FlashCall

impl Sync for FlashCall