Enum jsmn_rs::JsmnType[][src]

#[repr(i32)]
pub enum JsmnType { JsmnUndefined, JsmnObject, JsmnArray, JsmnString, JsmnPrimitive, }

The JSON object type. These enum values are identical to the jsmn library enum jsmntype_t, but renamed to match Rust's conventions.

Variants

Trait Implementations

impl Debug for JsmnType
[src]

Formats the value using the given formatter. Read more

impl Copy for JsmnType
[src]

impl Clone for JsmnType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JsmnType

impl Sync for JsmnType