Struct qapi_qmp::SpiceServerInfo [−][src]
pub struct SpiceServerInfo {
pub base: SpiceBasicInfo,
pub auth: Option<String>,
}Fields
base: SpiceBasicInfo
auth: Option<String>
Trait Implementations
impl Debug for SpiceServerInfo[src]
impl Debug for SpiceServerInfofn 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 SpiceServerInfo[src]
impl Clone for SpiceServerInfofn clone(&self) -> SpiceServerInfo[src]
fn clone(&self) -> SpiceServerInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SpiceServerInfo
impl Send for SpiceServerInfoimpl Sync for SpiceServerInfo
impl Sync for SpiceServerInfo