Struct libvirt_rpc::request::StoragePoolUndefineResponse [] [src]

pub struct StoragePoolUndefineResponse(_);

Trait Implementations

impl Debug for StoragePoolUndefineResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for StoragePoolUndefineResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations