Enum qapi_qmp::StrOrNull[][src]

pub enum StrOrNull {
    n(()),
    s(String),
}

Variants

Trait Implementations

impl Debug for StrOrNull
[src]

Formats the value using the given formatter. Read more

impl Clone for StrOrNull
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StrOrNull

impl Sync for StrOrNull