Enum jsmn_rs::raw::jsmntype_t[][src]

#[repr(u32)]
pub enum jsmntype_t { JSMN_UNDEFINED, JSMN_OBJECT, JSMN_ARRAY, JSMN_STRING, JSMN_PRIMITIVE, }

JSON type identifier. Basic types are: o Object o Array o String o Other primitive: number, boolean (true/false) or null

Variants

Trait Implementations

impl Debug for jsmntype_t
[src]

Formats the value using the given formatter. Read more

impl Copy for jsmntype_t
[src]

impl Clone for jsmntype_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for jsmntype_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for jsmntype_t
[src]

impl Hash for jsmntype_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for jsmntype_t

impl Sync for jsmntype_t