script::dom::bindings

Module cell

Source
Expand description

A shareable mutable container for the DOM.

Structsยง

  • DomRefCell ๐Ÿ”’
    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 a RefCell<T>.
  • RefCell ๐Ÿ”’
    A mutable memory location with dynamically checked borrow rules
  • RefMut ๐Ÿ”’
    A wrapper type for a mutably borrowed value from a RefCell<T>.

Functionsยง

  • ref_filter_map ๐Ÿ”’
    Make a new Ref for a optional component of the borrowed data, e.g. an enum variant.