Enum simd_json::prelude::ValueType [−][src]
pub enum ValueType { Null, Bool, I64, U64, F64, String, Array, Object, }
Prelude to include needed traits 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 ValueType
impl UnwindSafe for ValueType
impl UnwindSafe for ValueType