Module properties

Source

Structs§

Iter
Iterator over the properties of a node.
Properties
Properties of a node object, and their associated objects.

Type Aliases§

Binding
Tuple type representing a binding in a node object, associating a property to some objects.
BindingMut
Tuple type representing a mutable reference to a binding in a node object, associating a property to some objects, with a mutable access to the objects.
BindingRef
Tuple type representing a reference to a binding in a node object, associating a property to some objects.
IntoIter
Iterator over the properties of a node.
IterMut
Iterator over the properties of a node, giving a mutable reference to the associated objects.
PropertyObjects