Struct libvirt_rpc::request::DomainGetInfoResponse [] [src]

pub struct DomainGetInfoResponse(_);

Trait Implementations

impl Debug for DomainGetInfoResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl From<DomainGetInfoResponse> for DomainInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations