Struct libvirt_rpc::request::DomainGetAutoStartResponse [] [src]

pub struct DomainGetAutoStartResponse(_);

Trait Implementations

impl Debug for DomainGetAutoStartResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<bool> for DomainGetAutoStartResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations