Docs.rs
key-mutex-0.1.0
key-mutex 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Mivik
Dependencies
dashmap ^5.5.3
normal
guardian ^1.1.0
normal
optional
tokio ^1.36.0
normal
optional
Versions
10.53%
of the crate is documented
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
key_mutex
0.1.0
Empty
Required Methods
is_empty
Implementations on Foreign Types
()
Arc<T>
BTreeMap<K, V>
BTreeSet<V>
BinaryHeap<V>
Box<T>
DashMap<K, V>
DashSet<K>
HashMap<K, V>
HashSet<V>
LinkedList<V>
Option<V>
Rc<T>
Vec<V>
VecDeque<V>
Implementors
In crate key_mutex
?
Trait
key_mutex
::
Empty
source
·
[
−
]
pub trait Empty { // Required method fn
is_empty
(&self) ->
bool
; }
Required Methods
§
source
fn
is_empty
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
Empty
for
()
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<K, V>
Empty
for
BTreeMap
<K, V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<K, V>
Empty
for
HashMap
<K, V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<K:
Eq
+
Hash
>
Empty
for
DashSet
<K>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<K:
Eq
+
Hash
, V>
Empty
for
DashMap
<K, V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<T:
Empty
>
Empty
for
Box
<T>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<T:
Empty
>
Empty
for
Rc
<T>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<T:
Empty
>
Empty
for
Arc
<T>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
Option
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
BinaryHeap
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
BTreeSet
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
LinkedList
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
VecDeque
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
Vec
<V>
source
§
fn
is_empty
(&self) ->
bool
source
§
impl<V>
Empty
for
HashSet
<V>
source
§
fn
is_empty
(&self) ->
bool
Implementors
§
source
§
impl<K:
Eq
+
Hash
, V>
Empty
for
KeyMutex
<K, V>
source
§
impl<K:
Eq
+
Hash
, V>
Empty
for
KeyRwLock
<K, V>