Enum qapi_qmp::JSONType
[−]
[src]
pub enum JSONType { string, number, int, boolean, null, object, array, value, }
Variants
string
number
int
boolean
null
object
array
value
Trait Implementations
impl Debug for JSONType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more