Module rocket_db_pools::figment::value
source · Expand description
Value
and friends: types representing valid configuration values.
Modules§
- (De)serializable values that “magically” use information from the extracing
Figment
.
Structs§
- An opaque, unique tag identifying a value’s
Metadata
and profile. - Uncased
alloc
An uncased (case-insensitive, case-preserving), owned or borrowed ASCII string. - A cost-free reference to an uncased (case-insensitive, case-preserving) ASCII string.
Enums§
- A value with no value:
None
orUnit
. - A signed or unsigned numeric value.
- An enum representing all possible figment value variants.
Type Aliases§
- An alias to the type of map used in
Value::Dict
.