Docs.rs
speedrun-api-1.2.1
speedrun-api 1.2.1
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.10.2
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.9.0
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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
Implementors
In speedrun_api::api
?
Trait
speedrun_api
::
api
::
Pageable
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
<'_>