Docs.rs
key-mutex-0.1.3
key-mutex 0.1.3
Permalink
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
9.52%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
key_
mutex
0.1.3
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
key_mutex
Trait
Empty
Copy item path
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>