Struct libvirt_rpc::request::DomainDetachDeviceResponse [] [src]

pub struct DomainDetachDeviceResponse(_);

Trait Implementations

impl Debug for DomainDetachDeviceResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl<In: Read> Unpack<In> for DomainDetachDeviceResponse
[src]

[src]

impl Into<()> for DomainDetachDeviceResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations