Enum clacks_mtproto::mtproto::PostAddress [] [src]

pub enum PostAddress {
    PostAddress(PostAddress),
}

TL-derived from PostAddress

postAddress#1e8caaeb street_line1:string street_line2:string city:string state:string country_iso2:string post_code:string = PostAddress;

Variants

Methods

impl PostAddress
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for PostAddress
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PostAddress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for PostAddress
[src]

[src]

[src]

impl BoxedDeserialize for PostAddress
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for PostAddress

impl Sync for PostAddress