Module rraw::responses

source ·

Modules

Structs

  • FullNames are the {t1,t2,t3,t4,t5,t6}_{id} you see within Reddit API all the time
  • A Generic Response from Reddit the type is pre determined by API Data from Reddit usually follows this format

Enums

Traits

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

Type Definitions

  • A RedditResponse the type is dynamically decided based on the kind data This is primarily used in Listing that return different type of data

Derive Macros