Struct qapi_qmp::VncClientInfo [−][src]
pub struct VncClientInfo {
pub base: VncBasicInfo,
pub x509_dname: Option<String>,
pub sasl_username: Option<String>,
}Fields
base: VncBasicInfo
x509_dname: Option<String>
sasl_username: Option<String>
Trait Implementations
impl Debug for VncClientInfo[src]
impl Debug for VncClientInfofn 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 VncClientInfo[src]
impl Clone for VncClientInfofn clone(&self) -> VncClientInfo[src]
fn clone(&self) -> VncClientInfoReturns 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 VncClientInfo
impl Send for VncClientInfoimpl Sync for VncClientInfo
impl Sync for VncClientInfo