Docs.rs
opentalk-controller-settings-0.28.2
opentalk-controller-settings 0.28.2
Permalink
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
silwol
OpenTalk-Bot
weichweich
Dependencies
anstream ^0.6
normal
arc-swap ^1
normal
cidr ^0.3
normal
config ^0.14
normal
log ^0.4
normal
openidconnect ^3
normal
opentalk-types-common ^0.28.2
normal
owo-colors ^4
normal
phonenumber ^0.3
normal
rustc-hash ^2.0
normal
serde ^1
normal
serde_path_to_error ^0.1.16
normal
snafu ^0.8
normal
url ^2
normal
pretty_assertions ^1
dev
serde_json ^1
dev
toml ^0.8
dev
Versions
7.58%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
opentalk_
controller_
settings
0.28.2
Shared
Settings
Aliased Type
In crate opentalk_
controller_
settings
opentalk_controller_settings
Type Alias
SharedSettings
Copy item path
Source
pub type SharedSettings =
Arc
<
ArcSwap
<
Settings
>>;
Aliased Type
ยง
pub struct SharedSettings {
/* private fields */
}