Struct libvirt_rpc::request::NodeGetInfoResponse [] [src]

pub struct NodeGetInfoResponse(_);

Trait Implementations

impl Debug for NodeGetInfoResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl From<NodeGetInfoResponse> for NodeInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations