Struct qapi_qmp::ExpirePasswordOptionsVnc
source · [−]Fields
display: Option<String>Trait Implementations
sourceimpl Clone for ExpirePasswordOptionsVnc
impl Clone for ExpirePasswordOptionsVnc
sourcefn clone(&self) -> ExpirePasswordOptionsVnc
fn clone(&self) -> ExpirePasswordOptionsVnc
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 ExpirePasswordOptionsVnc
impl Debug for ExpirePasswordOptionsVnc
sourceimpl Default for ExpirePasswordOptionsVnc
impl Default for ExpirePasswordOptionsVnc
sourcefn default() -> ExpirePasswordOptionsVnc
fn default() -> ExpirePasswordOptionsVnc
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ExpirePasswordOptionsVnc
impl<'de> Deserialize<'de> for ExpirePasswordOptionsVnc
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<String>> From<T> for ExpirePasswordOptionsVnc
impl<T: Into<String>> From<T> for ExpirePasswordOptionsVnc
sourceimpl Serialize for ExpirePasswordOptionsVnc
impl Serialize for ExpirePasswordOptionsVnc
Auto Trait Implementations
impl RefUnwindSafe for ExpirePasswordOptionsVnc
impl Send for ExpirePasswordOptionsVnc
impl Sync for ExpirePasswordOptionsVnc
impl Unpin for ExpirePasswordOptionsVnc
impl UnwindSafe for ExpirePasswordOptionsVnc
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