Expand description
Module for working with the names of property values
Structsยง
- Property
Enum ToValue Name Linear Mapper  - A struct capable of looking up a property name from a value
Access its data by calling 
Self::as_borrowed()and using the methods onPropertyEnumToValueNameLinearMapperBorrowed. - Property
Enum ToValue Name Linear Mapper Borrowed  - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameLinearMapper::as_borrowed(). More efficient to query. - Property
Enum ToValue Name Linear Tiny4 Mapper  - A struct capable of looking up a property name from a value
Access its data by calling 
Self::as_borrowed()and using the methods onPropertyEnumToValueNameLinearTiny4MapperBorrowed. - Property
Enum ToValue Name Linear Tiny4 Mapper Borrowed  - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameLinearTiny4Mapper::as_borrowed(). More efficient to query. - Property
Enum ToValue Name Sparse Mapper  - A struct capable of looking up a property name from a value
Access its data by calling 
Self::as_borrowed()and using the methods onPropertyEnumToValueNameSparseMapperBorrowed. - Property
Enum ToValue Name Sparse Mapper Borrowed  - A borrowed wrapper around property value name-to-enum data, returned by
PropertyEnumToValueNameSparseMapper::as_borrowed(). More efficient to query. - Property
Value Name ToEnum Mapper  - A struct capable of looking up a property value from a string name.
Access its data by calling 
Self::as_borrowed()and using the methods onPropertyValueNameToEnumMapperBorrowed. - Property
Value Name ToEnum Mapper Borrowed  - A borrowed wrapper around property value name-to-enum data, returned by
PropertyValueNameToEnumMapper::as_borrowed(). More efficient to query.