Enum qapi_qmp::JSONType[][src]

pub enum JSONType {
    string,
    number,
    int,
    boolean,
    null,
    object,
    array,
    value,
}

Variants

Trait Implementations

impl Debug for JSONType
[src]

Formats the value using the given formatter. Read more

impl Clone for JSONType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JSONType

impl Sync for JSONType