Module id

Source
Expand description

§Identity

The identity module provides a set of traits and types for generating unique identifiers.

Modules§

atomic
indexed

Structs§

AtomicId
IndexId

Traits§

HashId
Id
The Id trait describes the behavior of a type that can be used as an id. An Id is almost identical to an Identifier, but it is a trait that can be implemented for any type.
Identifier
An Identifier is a type that can be used as an identifier
IdentifierExt
Identify
IdentifyMut