Expand description
Defines the client used to access Pokeapi.
Structs§
- CACache
Manager - Implements
CacheManagerwithcacacheas the backend. - Cache
Options - Configuration options which control behavior of the cache. Use with
CachePolicy::new_options(). - Moka
Manager - Implements
CacheManagerwithmokaas the backend. - Rustemon
Client - Custom client used to call Pokeapi.
- Rustemon
Client Builder - Builder used to ease the configuration of
RustemonClient.
Enums§
- Cache
Mode - Similar to make-fetch-happen cache options.
Passed in when the
HttpCachestruct is being built. - Environment
- Environment to target while calling
PokeApi.