Struct clacks_mtproto::mtproto::post_address::PostAddress [] [src]

pub struct PostAddress {
    pub street_line1: string,
    pub street_line2: string,
    pub city: string,
    pub state: string,
    pub country_iso2: string,
    pub post_code: string,
}

TL-derived from postAddress

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

Fields

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 BareSerialize for PostAddress
[src]

impl BareDeserialize for PostAddress
[src]

impl IntoBoxed for PostAddress
[src]

Auto Trait Implementations

impl Send for PostAddress

impl Sync for PostAddress