Struct qapi_qga::GuestUser[][src]

pub struct GuestUser {
    pub login_time: f64,
    pub domain: Option<String>,
    pub user: String,
}

Fields

Trait Implementations

impl Debug for GuestUser
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestUser

impl Sync for GuestUser