Enum clacks::mtproto::Contact [] [src]

pub enum Contact {
    contact(contact),
}

Variants

Trait Implementations

impl Debug for Contact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Contact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Contact
[src]

[src]

impl BoxedDeserialize for Contact
[src]

Auto Trait Implementations

impl Send for Contact

impl Sync for Contact