Skip to main content

Module weakref

Module weakref 

Source

Structsยง

DOMTracker ๐Ÿ”’
MutableWeakRef ๐Ÿ”’
A mutable weak reference to a JS-managed DOM object. On tracing, the contained weak reference is dropped if the pointee was already collected.
WeakRef ๐Ÿ”’
A weak reference to a JS-managed DOM object.
WeakRefEntry ๐Ÿ”’
An entry of a vector of weak references. Passed to the closure given to WeakRefVec::update.
WeakRefVec ๐Ÿ”’
A vector of weak references. On tracing, the vector retains only references which still point to live objects.

Traitsยง

WeakReferenceable ๐Ÿ”’
Trait implemented by weak-referenceable interfaces.