Struct libvirt_rpc::request::StoragePoolListAllVolumesResponse [] [src]

pub struct StoragePoolListAllVolumesResponse(_);

Trait Implementations

impl Debug for StoragePoolListAllVolumesResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<Vec<Volume>> for StoragePoolListAllVolumesResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations