Expand description
A container for the Serde data model.
Structs§
- Deserializer
- A structure that deserializes Rust values into Value.
- Enum
- Represents a Rust enum.
- Error
- The error type returned by this crate.
- Serializer
- A structure for serialising Rust values into crate::Value.
- Struct
- Represents a Rust struct.
- Value
Visitor - A Serde visitor that deserializes any value into crate::Value.
Enums§
- Data
- Represents struct and enum data.
- Data
Type - Struct and enum data type.
- Error
Kind - The kind of error returned by
Error::kind
- Expected
- The type that was expected.
- Found
- The type that was found.
- Found
Data - Struct and enum data type for error messages.
- Number
- A containter for all Rust number types.
- Value
- Represents any valid Rust value.
Traits§
- Unexpected
- A convenience wrapper for constructing crate::Found and returning an error.
Type Aliases§
- Result
- Alias for core::result::Result with crate::Error as the error type.