Structs§
- Array
Value - An Array
- Bool
Value - A bool value.
- Display
Byte String - A utility to display a byte sequence as a string if it is UTF8 or a slice otherwise.
- Fixnum
Value - A Fixnum Value
- From
Value Context - A context to manage extracting values.
- Hash
Value - A Hash
- NilValue
- A Nil value.
- Object
Value - An object
- String
Value - A String
- Symbol
Value - A Symbol
- Typed
Value Handle - A typed version of a
ValueHandle
. - User
Defined Value - A User Defined value
- Value
Arena - An arena of Ruby values.
- Value
Handle - A handle around a Ruby Value.
Enums§
- BTree
MapFrom Value Error - An error that may occur while extracting a BTreeMap from a value.
- Error
- The library error type
- From
Value Error - An error that may occur while creating a type from a Ruby Value.
- Hash
MapFrom Value Error - An error that may occur while extracting a HashMap from a value.
- Into
Value Error - An error that may occur while transforming types into Ruby Values.
- Value
- A Ruby Value
- Value
Kind - The kind of value
Traits§
- From
Value - Implemented for any type that can be created from a Ruby Value.
- Into
Value - Implemented for any type that can be converted into a Ruby Value.