Struct libvirt_rpc::request::StorageVolGetInfoResponse [] [src]

pub struct StorageVolGetInfoResponse(_);

Trait Implementations

impl Debug for StorageVolGetInfoResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<VolumeInfo> for StorageVolGetInfoResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations