Struct libvirt_rpc::request::Volume [] [src]

pub struct Volume(_);

Methods

impl Volume
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Volume
[src]

[src]

Formats the value using the given formatter. Read more

impl From<remote_nonnull_storage_vol> for Volume
[src]

[src]

Performs the conversion.

impl Into<Volume> for StorageVolCreateXmlResponse
[src]

[src]

Performs the conversion.

impl Into<Volume> for StorageVolCreateXmlFromResponse
[src]

[src]

Performs the conversion.

impl Into<Volume> for StorageVolLookupByNameResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Volume

impl Sync for Volume