Struct qapi_qmp::eject [−][src]
Fields
id: Option<String>
device: Option<String>
force: Option<bool>
Trait Implementations
impl Debug for eject[src]
impl Debug for ejectfn 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 eject[src]
impl Clone for ejectfn clone(&self) -> eject[src]
fn clone(&self) -> ejectReturns 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 eject[src]
impl Command for eject