Skip to main content
Module entry
cl_
typeck
0.11.0
Module entry
Module Items
Modules
Macros
Structs
In crate cl_
typeck
cl_typeck
Module
entry
Copy item path
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
.
Entry
Mut
A mutable, object-like entry in a
Table
.