Struct libvirt_rpc::request::DomainSetAutoStartResponse [] [src]

pub struct DomainSetAutoStartResponse(_);

Trait Implementations

impl Debug for DomainSetAutoStartResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainSetAutoStartResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations