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