Skip to main content

Module entry

Module entry 

Source
Expand description

An Entry is an accessor for nodes in a Table.

There are two kinds of entry:

  • Entry: Provides getters for an entry’s fields, and an implementation of Display
  • EntryMut: Provides setters for an entry’s fields, and an as_ref method to demote to an Entry.

Modules§

debug 🔒
std::fmt::Debug implementation for Entry
display 🔒

Macros§

impl_entry_ 🔒

Structs§

Entry
An immutable, object-like entry in a Table.
EntryMut
A mutable, object-like entry in a Table.