Docs.rs
scouter-server-0.1.2
scouter-server 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
thorrester
Dependencies
anyhow ^1.0.86
normal
axum ^0.7.5
normal
chrono ^0.4.24
normal
cron ^0.12.1
normal
futures ^0.3.30
normal
include_dir ^0.7.3
normal
rdkafka ^0.36.2
normal
scouter ^0.2.1
normal
serde ^1.0.159
normal
serde_json ^1.0.95
normal
sqlx ^0.7.3
normal
time ^0.3.36
normal
tokio ^1.27.0
normal
tower-http ^0.5.0
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
approx ^0.5.1
dev
http-body-util ^0.1.2
dev
sqlx-cli ^0.7.4
dev
tower ^0.4.13
dev
Versions
0.64%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scouter_
server
0.1.2
ToMap
Required Methods
to_map
Implementors
In scouter_
server::
sql::
query
scouter_server
::
sql
::
query
Trait
ToMap
Copy item path
Source
pub trait ToMap { // Required method fn
to_map
(&self) ->
BTreeMap
<
String
,
String
>; }
Required Methods
§
Source
fn
to_map
(&self) ->
BTreeMap
<
String
,
String
>
Implementors
§
Source
§
impl
ToMap
for
GetBinnedFeatureValuesParams
Source
§
impl
ToMap
for
GetFeatureValuesParams
Source
§
impl
ToMap
for
GetFeaturesParams
Source
§
impl
ToMap
for
InsertMonitorProfileParams
Source
§
impl
ToMap
for
InsertParams
Source
§
impl
ToMap
for
QueueParams