Module id

Source
Expand description

this module defines the generic Id wrapper and its implementations

§Identity

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

Modules§

traits
this module implements various traits supporting the Id type
types

Structs§

Id
Id is a generic identifier type that wraps a value of type T.
IndexId

Traits§

HashId
Identifier
An Identifier is a type that can be used as an identifier
IdentifierExt
Identify
IdentifyMut
Identity
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.
RawIdentifier
StdId