Expand description
Defines the client used to access Pokeapi.
Structs§
- CACache
Manager - Implements
CacheManager
withcacache
as the backend. - Cache
Options - Configuration options which control behavior of the cache. Use with
CachePolicy::new_options()
. - Moka
Manager - Implements
CacheManager
withmoka
as 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
HttpCache
struct is being built. - Environment
- Environment to target while calling
PokeApi
.