Struct clacks_mtproto::mtproto::nearest_dc::NearestDc [] [src]

pub struct NearestDc {
    pub country: string,
    pub this_dc: int,
    pub nearest_dc: int,
}

TL-derived from nearestDc

nearestDc#8e1a1775 country:string this_dc:int nearest_dc:int = NearestDc;

Fields

Trait Implementations

impl Debug for NearestDc
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NearestDc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NearestDc
[src]

impl BareDeserialize for NearestDc
[src]

impl IntoBoxed for NearestDc
[src]

Auto Trait Implementations

impl Send for NearestDc

impl Sync for NearestDc