Struct libvirt_rpc::request::StorageVolDownloadResponse [] [src]

pub struct StorageVolDownloadResponse(_);

Trait Implementations

impl Debug for StorageVolDownloadResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for StorageVolDownloadResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations