Struct libvirt_rpc::request::StoragePool [] [src]

pub struct StoragePool(_);

Trait Implementations

impl Debug for StoragePool
[src]

[src]

Formats the value using the given formatter. Read more

impl From<remote_nonnull_storage_pool> for StoragePool
[src]

[src]

Performs the conversion.

impl Into<StoragePool> for StoragePoolDefineXmlResponse
[src]

[src]

Performs the conversion.

impl Into<StoragePool> for StoragePoolLookupByUuidResponse
[src]

[src]

Performs the conversion.

impl Into<StoragePool> for StoragePoolLookupByNameResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StoragePool

impl Sync for StoragePool