Enum simd_json::ValueType [−][src]
pub enum ValueType {
Null,
Bool,
I64,
U64,
F64,
String,
Array,
Object,
}Types of JSON values
Variants
null
a boolean
a signed integer type
a unsigned integer type
a float type
a string type
an array
an object
Trait Implementations
impl StructuralPartialEq for ValueType[src]
impl StructuralPartialEq for ValueType[src]Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl RefUnwindSafe for ValueTypeimpl UnwindSafe for ValueType
impl UnwindSafe for ValueType