Expand description
Traits that provide basic interactions, they do have no auto-implementations
Traits§
- Typed
Custom Value - Type checks for custom values on a value
- Typed
Value - Type information on a value
- Value
AsArray - Trait to allow accessing data inside a Value
- Value
AsMut Array - Mutatability for Array values
- Value
AsMut Object - Mutatability for Object values
- Value
AsObject - Trait to allow Value as an object
- Value
AsScalar - Access to scalar value types
- Value
Into Array - A trait that specifies how to turn the Value
into
it’s sub types - Value
Into Object - A trait that specifies how to turn the Value
into
it’s sub types - Value
Into String - A trait that specifies how to turn the Value
into
it’s sub types - Value
TryAs Array Mut try_as_array_mut
access to array value types- Value
TryAs MutObject - Mutatability for Object values
- Writable
- A Value that can be serialized and written