Enum simd_json::ValueType [−][src]
pub enum ValueType { Null, Bool, I64, U64, F64, String, Array, Object, }
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl UnwindSafe for ValueType
Blanket Implementations
Mutably borrows from an owned value. Read more