Struct clacks::mtproto::http_wait [] [src]

pub struct http_wait {
    pub max_delay: int,
    pub wait_after: int,
    pub max_wait: int,
}

Fields

Trait Implementations

impl Debug for http_wait
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for http_wait
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for http_wait
[src]

[src]

impl BareDeserialize for http_wait
[src]

[src]

impl IntoBoxed for http_wait
[src]

Auto Trait Implementations

impl Send for http_wait

impl Sync for http_wait