Module value

Source

Structs§

Decimal
A fixed-point decimal number. Holds exactly 19 digits after the decimal point and a 64-bit value before the decimal point.
Duration
A relative duration, which contains months, days, and nanoseconds. Can be used for calendar-relative durations (eg 7 days forward), or for absolute durations using the nanosecond component When used as an absolute duration, convertible to chrono::Duration
DurationParseError
Struct

Enums§

Offset
Offset for datetime-tz. Can be retrieved from an IANA Tz or a FixedOffset.
TimeZone
TimeZone for datetime-tz. Can be represented as an IANA Tz or as a FixedOffset.
Value
ValueType
Represents the type of primitive value is held by a Value or Attribute.