Struct libvirt_rpc::request::StoragePoolGetInfoResponse [] [src]

pub struct StoragePoolGetInfoResponse(_);

Trait Implementations

impl Debug for StoragePoolGetInfoResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl From<StoragePoolGetInfoResponse> for StoragePoolInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations