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