Module value

Module value 

Expand description

Helpers for working with Value

Structs§

ChronoUnixTimestamp
A DataTime mapped to i64 in database
ChronoUnixTimestampMillis
A DataTime mapped to i64 in database, but in milliseconds
TextUuid
Newtype making sure that UUIDs will be stored as TEXT columns, instead of BLOB (which is the default). Advantages:
TimeUnixTimestamp
A OffsetDateTime mapped to i64 in database
TimeUnixTimestampMillis
A OffsetDateTime mapped to i64 in database, but in milliseconds

Traits§

DefaultActiveValue
Default value for T
DefaultActiveValueNone
Default value for Option
DefaultActiveValueNotSet
Default value for types that’s not nullable