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]
impl Debug for JSONType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for JSONType
[src]
impl Clone for JSONType