Struct qapi_qmp::SpiceServerInfo[][src]

pub struct SpiceServerInfo {
    pub base: SpiceBasicInfo,
    pub auth: Option<String>,
}

Fields

Trait Implementations

impl Debug for SpiceServerInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SpiceServerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations