Struct clacks_mtproto::mtproto::input_messages_filter::PhoneCalls [] [src]

pub struct PhoneCalls {
    pub missed: bool,
}

TL-derived from inputMessagesFilterPhoneCalls

inputMessagesFilterPhoneCalls#80c99768 flags:# missed:flags.0?true = MessagesFilter;

Fields

Trait Implementations

impl Debug for PhoneCalls
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhoneCalls
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhoneCalls
[src]

impl BareDeserialize for PhoneCalls
[src]

impl IntoBoxed for PhoneCalls
[src]

Auto Trait Implementations

impl Send for PhoneCalls

impl Sync for PhoneCalls