[][src]Module nson::message

Structs

Drain

A draining iterator over the entries of a IndexMap.

IntoIter

An owning iterator over the entries of a IndexMap.

Iter

An iterator over the entries of a IndexMap.

IterMut

A mutable iterator over the entries of a IndexMap.

Keys

An iterator over the keys of a IndexMap.

Message
Values

An iterator over the values of a IndexMap.

ValuesMut

A mutable iterator over the values of a IndexMap.

Enums

Entry

Entry for an existing key-value pair or a vacant location to insert one.

Error

Type Definitions

Result