Struct libvirt_rpc::request::StoragePoolLookupByNameResponse [] [src]

pub struct StoragePoolLookupByNameResponse(_);

Trait Implementations

impl Debug for StoragePoolLookupByNameResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<StoragePool> for StoragePoolLookupByNameResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations