Module rc_cell
tokio
1.44.1
Module rc_cell
Module Items
Structs
In tokio::
util
Modules
atomic_cell
bit
blocking_check
cacheline
error
idle_notified_set
linked_list
markers
memchr
metric_atomics
once_cell
ptr_expose
rand
rc_cell
sharded_list
sync_wrapper
trace
try_lock
wake
wake_list
tokio
::
util
Module
rc_cell
Copy item path
Settings
Help
Summary
Source
Structs
§
RcCell
🔒
This is exactly like
Cell<Option<Rc<T>>>
, except that it provides a
get
method even though
Rc
is not
Copy
.