Struct libvirt_rpc::request::StoragePoolListVolumesResponse [] [src]

pub struct StoragePoolListVolumesResponse(_);

Trait Implementations

impl Debug for StoragePoolListVolumesResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<Vec<String>> for StoragePoolListVolumesResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations