Struct qapi_qga::guest_set_user_password [−][src]
pub struct guest_set_user_password {
pub crypted: bool,
pub username: String,
pub password: Vec<u8>,
}Fields
crypted: bool
username: String
password: Vec<u8>
Trait Implementations
impl Debug for guest_set_user_password[src]
impl Debug for guest_set_user_passwordfn 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 guest_set_user_password[src]
impl Clone for guest_set_user_passwordfn clone(&self) -> guest_set_user_password[src]
fn clone(&self) -> guest_set_user_passwordReturns 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
impl Command for guest_set_user_password[src]
impl Command for guest_set_user_passwordAuto Trait Implementations
impl Send for guest_set_user_password
impl Send for guest_set_user_passwordimpl Sync for guest_set_user_password
impl Sync for guest_set_user_password