Struct qapi_qmp::String[][src]

pub struct String {
    pub str: String,
}

Fields

Trait Implementations

impl Debug for String
[src]

Formats the value using the given formatter. Read more

impl Clone for String
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for String

impl Sync for String