Struct qapi_qmp::VncClientInfo
source · [−]pub struct VncClientInfo {
pub base: VncBasicInfo,
pub sasl_username: Option<String>,
pub x509_dname: Option<String>,
}Fields
base: VncBasicInfosasl_username: Option<String>x509_dname: Option<String>Trait Implementations
sourceimpl AsRef<VncBasicInfo> for VncClientInfo
impl AsRef<VncBasicInfo> for VncClientInfo
sourcefn as_ref(&self) -> &VncBasicInfo
fn as_ref(&self) -> &VncBasicInfo
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for VncClientInfo
impl Clone for VncClientInfo
sourcefn clone(&self) -> VncClientInfo
fn clone(&self) -> VncClientInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for VncClientInfo
impl Debug for VncClientInfo
sourceimpl<'de> Deserialize<'de> for VncClientInfo
impl<'de> Deserialize<'de> for VncClientInfo
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<T: Into<VncBasicInfo>> From<T> for VncClientInfo
impl<T: Into<VncBasicInfo>> From<T> for VncClientInfo
sourceimpl Serialize for VncClientInfo
impl Serialize for VncClientInfo
Auto Trait Implementations
impl RefUnwindSafe for VncClientInfo
impl Send for VncClientInfo
impl Sync for VncClientInfo
impl Unpin for VncClientInfo
impl UnwindSafe for VncClientInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more