Struct clacks_mtproto::mtproto::http_wait::HttpWait [] [src]

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

TL-derived from http_wait

http_wait#9299359f max_delay:int wait_after:int max_wait:int = HttpWait;

Fields

Trait Implementations

impl Debug for HttpWait
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HttpWait
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for HttpWait
[src]

impl BareDeserialize for HttpWait
[src]

impl IntoBoxed for HttpWait
[src]

Auto Trait Implementations

impl Send for HttpWait

impl Sync for HttpWait