Struct libvirt_rpc::request::DomainRebootResponse [] [src]

pub struct DomainRebootResponse(_);

Trait Implementations

impl Debug for DomainRebootResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainRebootResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations