Docs.rs
lichess-api-1.0.0
lichess-api 1.0.0
Docs.rs crate page
Apache-2.0
23 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ion232
Dependencies
base64 ^0.23.1
normal
optional
bytes ^1.12.1
normal
futures ^0.3.34
normal
futures-core ^0.3.34
normal
http ^1.5.0
normal
mime ^0.3.17
normal
rand ^0.10.2
normal
optional
reqwest ^0.13.4
normal
serde ^1.0.229
normal
serde_json ^1.0.151
normal
serde_urlencoded ^0.7.1
normal
serde_with ^3.22.0
normal
sha2 ^0.11.0
normal
optional
thiserror ^2.0.20
normal
tracing ^0.1.44
normal
url ^2.5.8
normal
serde_urlencoded ^0.7.1
dev
tokio ^1.53.1
dev
tracing-subscriber ^0.3.23
dev
url ^2.5.8
dev
getrandom ^0.4.3
normal
optional
Versions
1.76%
of the crate is documented
Platform
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
Skip to main content
DeleteRequest
lichess_
api
1.0.0
Delete
Request
Aliased Type
Associated Functions
new
In lichess_
api::
model::
oauth::
revoke
lichess_api
::
model
::
oauth
::
revoke
Type Alias
Delete
Request
Copy item path
Source
pub type DeleteRequest =
Request
<
DeleteQuery
>;
Aliased Type
§
pub struct DeleteRequest {
/* private fields */
}
Implementations
§
Source
§
impl
DeleteRequest
Source
pub fn
new
() -> Self