Module actix_tools::sentry::sentry_client::protocol::value [−]
An arbitrary (JSON) value (serde_json::value::Value)
Structs
| Map |
Represents a JSON key/value type. |
| Number |
Represents a JSON number, whether integer or floating point. |
Enums
| Value |
Represents any valid JSON value. |
Traits
| Index |
A type that can be used to index into a |
Functions
| from_value |
Interpret a |
| to_value |
Convert a |