Struct libvirt_rpc::request::DomainUndefineResponse [] [src]

pub struct DomainUndefineResponse(_);

Trait Implementations

impl Debug for DomainUndefineResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainUndefineResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations