Docs.rs
config-it-0.8.2
config-it 0.8.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kang-sw
Dependencies
aes-gcm ^0.10.3
normal
base64 ^0.21
normal
bitfield ^0.14.0
normal
bitflags ^2.4.0
normal
compact_str ^0.7
normal
custom_debug_derive ^0.5.1
normal
derive_more ^0.99
normal
derive_setters ^0.1.6
normal
erased-serde ^0.3
normal
impls ^1.0.3
normal
indexmap ^2.0.0
normal
machine-uid ^0.5.1
normal
config-it-macros ^0.5.0
normal
memoffset ^0.9.0
normal
parking_lot ^0.12.0
normal
schemars ^0.8.12
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
smallvec ^1
normal
strseq ^0.1
normal
thiserror ^1
normal
tracing ^0.1
normal
futures ^0.3
dev
indoc ^2
dev
rand ^0.8
dev
serde_yaml ^0
dev
threadpool ^1.8
dev
tokio ^1
dev
Versions
64.92%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
BroadcastReceiver
Aliased type
Methods
has_update
invalidate
recv
try_recv
Trait Implementations
Clone
Debug
In config_it
?
Type Alias
config_it
::
BroadcastReceiver
source
·
[
−
]
pub type BroadcastReceiver =
Receiver
;
Aliased Type
§
struct BroadcastReceiver(/* private fields */);
Implementations
§
source
§
impl
Receiver
source
pub fn
invalidate
(&mut self)
source
pub fn
has_update
(&self) ->
Option
<
bool
>
source
pub fn
try_recv
(&mut self) ->
Result
<
()
,
TryWaitError
>
source
pub fn
recv
(&mut self) ->
Wait
<'_>
ⓘ
Trait Implementations
§
source
§
impl
Clone
for
Receiver
source
§
fn
clone
(&self) ->
Receiver
Returns a copy of the value.
Read more
1.0.0
·
source
§
fn
clone_from
(&mut self, source:
&Self
)
Performs copy-assignment from
source
.
Read more
source
§
impl
Debug
for
Receiver
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more