Struct qapi_qmp::expire_password[][src]

pub struct expire_password {
    pub protocol: String,
    pub time: String,
}

Fields

Trait Implementations

impl Debug for expire_password
[src]

Formats the value using the given formatter. Read more

impl Clone for expire_password
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for expire_password
[src]

NAME: &'static str = "expire_password"

Auto Trait Implementations

impl Send for expire_password

impl Sync for expire_password