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§
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
.