Enum gravity::json_type [] [src]

#[repr(u32)]
pub enum json_type { json_none, json_object, json_array, json_integer, json_double, json_string, json_boolean, json_null, }

Variants

Trait Implementations

impl Debug for json_type
[src]

Formats the value using the given formatter.

impl Copy for json_type
[src]

impl Clone for json_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for json_type
[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 json_type
[src]

impl Hash for json_type
[src]

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

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