Docs.rs
speedrun-api-1.3.0
speedrun-api 1.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
saintdev
Dependencies
async-trait ^0.1.50
normal
bytes ^1.0.1
normal
derive_builder ^0.12.0
normal
form_urlencoded ^1.1.0
normal
futures ^0.3.15
normal
http ^0.2.4
normal
log ^0.4.14
normal
reqwest ^0.11.4
normal
serde ^1.0.126
normal
serde_json ^1.0.64
normal
serde_urlencoded ^0.7.0
normal
thiserror ^1.0.25
normal
url ^2.2.2
normal
env_logger ^0.10.0
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Pageable
speedrun_
api
1.3.0
Pageable
Implementors
In speedrun_
api::
api
speedrun_api
::
api
Trait
Pageable
Copy item path
Source
pub trait Pageable { }
Expand description
Marker trait to indicate that an endpoint is pageable.
Implementors
§
Source
§
impl
Pageable
for
CategoryRecords
<'_>
Source
§
impl
Pageable
for
Developers
Source
§
impl
Pageable
for
Engines
Source
§
impl
Pageable
for
GameDerivedGames
<'_>
Source
§
impl
Pageable
for
GameRecords
<'_>
Source
§
impl
Pageable
for
Games
<'_>
Source
§
impl
Pageable
for
GameTypes
Source
§
impl
Pageable
for
Genres
Source
§
impl
Pageable
for
LevelRecords
<'_>
Source
§
impl
Pageable
for
Platforms
Source
§
impl
Pageable
for
Publishers
Source
§
impl
Pageable
for
Regions
Source
§
impl
Pageable
for
Runs
<'_>
Source
§
impl
Pageable
for
ListSeries
<'_>
Source
§
impl
Pageable
for
SeriesGames
<'_>
Source
§
impl
Pageable
for
Users
<'_>