Module rraw::responses[][src]

Modules

comments
message
other
submission
subreddit
user

Structs

GenericResponse

A Generic Response from Reddit the type is pre determined by API

Listing

The Listing API for async rawr

RedditResponse

A RedditResponse the type is dynamically decided based on the kind data

Enums

RedditType

RedditType allows for dynamic data responses

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Type Definitions

GenericListing

GenericListing mixes the GenericResponse and Listing for simplicity

RedditListing

RedditListing uses a RedditResponse

Derive Macros

Deserialize