Crate spacetimedb_primitives
source ·Macros§
- Constructs a
ColListlike socol_list![0, 2].
Structs§
- A builder for a
ColListmaking sure a non-empty one is built. - Represents
constraintsfor a databasetable.
Enums§
- The assigned constraint OR auto-inc marker for a
Column - The assigned constraint for a
Table
Unions§
- This represents a non-empty list of
ColIdbut packed into au64in a way that takes advantage of the fact that in almost all cases, we won’t store aColIdlarger than 62. In the rare case that we store larger ids, we fall back to a thin vec approach.