Struct libvirt_rpc::request::DomainDefineXMLResponse [] [src]

pub struct DomainDefineXMLResponse(_);

Methods

impl DomainDefineXMLResponse
[src]

[src]

Trait Implementations

impl Debug for DomainDefineXMLResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<Domain> for DomainDefineXMLResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations