Struct rlstats::ResponseCode [] [src]

pub struct ResponseCode {
    pub code: i32,
    pub message: String,
}

A possible json error.

See http://documentation.rocketleaguestats.com/#response-codes

Fields

Trait Implementations

impl Debug for ResponseCode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResponseCode

impl Sync for ResponseCode