kvarn
0.6.3
RefCell
Methods
as_ptr
borrow
borrow_mut
get_mut
into_inner
new
replace
replace_with
swap
take
try_borrow
try_borrow_mut
try_borrow_unguarded
undo_leak
Trait Implementations
!Sync
Clone
CoerceUnsized<RefCell<U>>
Debug
Default
Eq
From<T>
LifetimeFree
Ord
PartialEq
PartialOrd
PinCoerceUnsized
Send
Auto Trait Implementations
!Freeze
!RefUnwindSafe
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
Comparable<K>
Equivalent<K>
Equivalent<K>
Equivalent<K>
From<!>
From<T>
Instrument
Into<U>
Pointable
Same
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In kvarn::
prelude::
utils::
prelude::
compact_
str::
core::
cell
kvarn
::
prelude
::
utils
::
prelude
::
compact_str
::
core
::
cell
Struct
RefCell
Copy item path
1.6.0
ยท
source
pub struct RefCell<T>
where T: ?