Struct libvirt_rpc::request::DomainAttachDeviceResponse [] [src]

pub struct DomainAttachDeviceResponse(_);

Trait Implementations

impl Debug for DomainAttachDeviceResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainAttachDeviceResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations