Struct clacks::mtproto::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,
}

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]

[src]

impl BareDeserialize for postAddress
[src]

[src]

impl IntoBoxed for postAddress
[src]

Auto Trait Implementations

impl Send for postAddress

impl Sync for postAddress