Macrosยง
- impl_
value_ ๐for_ simple - Macro to implement
Value
for simpler types, i.e. ones that already implementFromStr
andToString
.
Structsยง
- Date
Style - This style should actually be some more complex struct, but we only support this configuration of it, so this is fine for the time being.
- Failpoints
Enumsยง
- Client
Encoding - Client
Severity - Severity levels can used to be used to filter which messages get sent to a client.
- Interval
Style - Isolation
Level - List of valid isolation levels.
- Time
Zone - List of valid time zones.
Constantsยง
- MICRO_
TO_ ๐MILLI - SEC_
TO_ ๐DAY - SEC_
TO_ ๐HOUR - SEC_
TO_ ๐MIN
Staticsยง
Traitsยง
- AsAny
- Helper trait to cast a
&dyn T
to a&dyn Any
. - Value
- Defines a value that get stored as part of a System or Session variable.
Functionsยง
- extract_
single_ ๐value - Helper method to extract a single value from any kind of
VarInput
.