Docs.rs
public-appservice-0.2.2
public-appservice 0.2.2
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
ChurchOfTheSubgenius
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
axum ^0.8.4
normal
bytes ^1.10.1
normal
clap ^4.5.40
normal
futures ^0.3.31
normal
http ^1.1.0
normal
hyper ^1.6.0
normal
hyper-tls ^0.6.0
normal
hyper-util ^0.1.14
normal
metrics ^0.24.2
normal
metrics-exporter-prometheus ^0.17.2
normal
once_cell ^1.21.3
normal
redis ^0.32.3
normal
regex ^1.11.1
normal
reqwest ^0.12.22
normal
ruma ^0.12.3
normal
sentry ^0.41.0
normal
sentry-tracing ^0.41.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
sha2 ^0.10.9
normal
tempfile ^3.20.0
normal
thiserror ^2.0.12
normal
tokio ^1.46.0
normal
toml ^0.8.23
normal
tower ^0.5.2
normal
tower-http ^0.6.6
normal
tracing ^0.1.41
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3.19
normal
uuid ^1.17.0
normal
Versions
4.95%
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
CacheKey
public_
appservice
0.2.2
Cache
Key
Required Methods
cache_key
Implementations on Foreign Types
&str
(&str, &str)
(&str, String)
String
Implementors
In public_
appservice::
cache
public_appservice
::
cache
Trait
Cache
Key
Copy item path
Source
pub trait CacheKey { // Required method fn
cache_key
(&self) ->
String
; }
Required Methods
§
Source
fn
cache_key
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
CacheKey
for &
str
Source
§
fn
cache_key
(&self) ->
String
Source
§
impl
CacheKey
for (&
str
, &
str
)
Source
§
fn
cache_key
(&self) ->
String
Source
§
impl
CacheKey
for (&
str
,
String
)
Source
§
fn
cache_key
(&self) ->
String
Source
§
impl
CacheKey
for
String
Source
§
fn
cache_key
(&self) ->
String
Implementors
§