Struct qapi_qga::GuestUser
[−]
[src]
pub struct GuestUser { pub user: String, pub domain: Option<String>, pub login_time: f64, }
Fields
user: String
domain: Option<String>
login_time: f64
Trait Implementations
impl Debug for GuestUser
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more