Struct libvirt_rpc::request::DomainGetXmlDescResponse [] [src]

pub struct DomainGetXmlDescResponse(_);

Trait Implementations

impl Debug for DomainGetXmlDescResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<String> for DomainGetXmlDescResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations