Docs.rs
pingap-config-0.13.1
pingap-config 0.13.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vicanso
Dependencies
arc-swap ^1.8.2
normal
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
bytesize ^2.3.1
normal
crc32fast ^1.5.0
normal
diff ^0.1.13
normal
etcd-client ^0.18.0
normal
glob ^0.3.3
normal
hcl-rs ^0.19
normal
http ^1.4.0
normal
humantime-serde ^1.1.1
normal
pingap-core ^0.13.1
normal
pingap-discovery ^0.13.1
normal
pingap-util ^0.13.1
normal
regex ^1.12.3
normal
rustls-pki-types ^1.14.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
serde_qs ^1.0.0
normal
snafu ^0.9.0
normal
strum ^0.27.2
normal
substring ^1.4.5
normal
tempfile ^3.26.0
normal
tokio ^1.50.0
normal
toml ^0.9.7
normal
tracing ^0.1.44
normal
url ^2.5.8
normal
nanoid ^0.4.0
dev
pretty_assertions ^1.4.1
dev
tokio-test ^0.4.4
dev
Versions
60.59%
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
Validate
pingap_
config
0.13.1
Validate
Required Methods
validate
Implementors
In crate pingap_
config
pingap_config
Trait
Validate
Copy item path
Source
pub trait Validate { // Required method fn
validate
(&self) ->
Result
<
()
,
Error
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
,
Error
>
Implementors
§
Source
§
impl
Validate
for
BasicConf
Source
§
impl
Validate
for
CertificateConf
Source
§
impl
Validate
for
LocationConf
Source
§
impl
Validate
for
ServerConf
Source
§
impl
Validate
for
StorageConf
Source
§
impl
Validate
for
UpstreamConf
Source
§
impl
Validate
for
PluginConf