Struct oauth_client::HttpStatusError[][src]

pub struct HttpStatusError(pub u16);

An error happening due to a HTTP status error.

Trait Implementations

impl Debug for HttpStatusError
[src]

Formats the value using the given formatter. Read more

impl Clone for HttpStatusError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HttpStatusError
[src]

Auto Trait Implementations