Struct riven::ResponseInfo [−][src]
Expand description
A “raw” unparsed successful response from the Riot API, for internal or advanced use cases.
Fields
response: ResponseThe reqwest response.
retries: u8The number of retries used, zero for first-try success.
status_none: boolIf the response has an HTTP status code indicating a None response (i.e. 204, 404).
Auto Trait Implementations
impl !RefUnwindSafe for ResponseInfoimpl Send for ResponseInfoimpl Sync for ResponseInfoimpl Unpin for ResponseInfoimpl !UnwindSafe for ResponseInfo