Struct libvirt_rpc::request::ListAllStoragePoolsResponse [] [src]

pub struct ListAllStoragePoolsResponse(_);

Trait Implementations

impl Debug for ListAllStoragePoolsResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<Vec<StoragePool>> for ListAllStoragePoolsResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations