Struct clacks::mtproto::inputMessagesFilterPhoneCalls [] [src]

pub struct inputMessagesFilterPhoneCalls {
    pub missed: bool,
}

Fields

Trait Implementations

impl Debug for inputMessagesFilterPhoneCalls
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputMessagesFilterPhoneCalls
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputMessagesFilterPhoneCalls
[src]

[src]

impl BareDeserialize for inputMessagesFilterPhoneCalls
[src]

[src]

impl IntoBoxed for inputMessagesFilterPhoneCalls
[src]

Auto Trait Implementations