Struct qapi_qmp::GuidInfo [−][src]
pub struct GuidInfo {
pub guid: String,
}Fields
guid: String
Trait Implementations
impl Debug for GuidInfo[src]
impl Debug for GuidInfofn 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 GuidInfo[src]
impl Clone for GuidInfo