Struct qapi_qga::GuestUser [−][src]
Fields
login_time: f64
domain: Option<String>
user: String
Trait Implementations
impl Debug for GuestUser[src]
impl Debug for GuestUserfn 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 GuestUser[src]
impl Clone for GuestUser