Struct libvirt_rpc::request::DomainDestroyResponse [] [src]

pub struct DomainDestroyResponse(_);

Trait Implementations

impl Debug for DomainDestroyResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainDestroyResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations