Module script::dom::bindings::cell

source ·
Expand description

A shareable mutable container for the DOM.

Structs

  • A mutable field in the DOM.
  • Wraps a borrowed reference to a value in a RefCell box. A wrapper type for an immutably borrowed value from a RefCell<T>.
  • A mutable memory location with dynamically checked borrow rules
  • A wrapper type for a mutably borrowed value from a RefCell<T>.

Functions

  • Make a new Ref for a optional component of the borrowed data, e.g. an enum variant.