Struct libvirt_rpc::request::StorageVolCreateXmlResponse [] [src]

pub struct StorageVolCreateXmlResponse(_);

Trait Implementations

impl Debug for StorageVolCreateXmlResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<Volume> for StorageVolCreateXmlResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations