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