Struct libvirt_rpc::request::StoragePoolLookupByUuidResponse [] [src]

pub struct StoragePoolLookupByUuidResponse(_);

Trait Implementations

impl Debug for StoragePoolLookupByUuidResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<StoragePool> for StoragePoolLookupByUuidResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations