Expand description
A shareable mutable container for the DOM.
Structsยง
- DomRef
Cell ๐ - A mutable field in the DOM.
- Ref ๐
- Wraps a borrowed reference to a value in a
RefCell
box. A wrapper type for an immutably borrowed value from aRefCell<T>
. - RefCell ๐
- A mutable memory location with dynamically checked borrow rules
- RefMut ๐
- A wrapper type for a mutably borrowed value from a
RefCell<T>
.