Struct qapi_qmp::set_password
source · [−]pub struct set_password(pub SetPasswordOptions);Tuple Fields
0: SetPasswordOptionsTrait Implementations
sourceimpl Clone for set_password
impl Clone for set_password
sourcefn clone(&self) -> set_password
fn clone(&self) -> set_password
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 Command for set_password
impl Command for set_password
sourceimpl Debug for set_password
impl Debug for set_password
sourceimpl<'de> Deserialize<'de> for set_password
impl<'de> Deserialize<'de> for set_password
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 From<SetPasswordOptions> for set_password
impl From<SetPasswordOptions> for set_password
sourcefn from(val: SetPasswordOptions) -> Self
fn from(val: SetPasswordOptions) -> Self
Converts to this type from the input type.
sourceimpl Serialize for set_password
impl Serialize for set_password
impl QmpCommand for set_password
Auto Trait Implementations
impl RefUnwindSafe for set_password
impl Send for set_password
impl Sync for set_password
impl Unpin for set_password
impl UnwindSafe for set_password
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