Struct libvirt_rpc::request::ListAllDomainsResponse [] [src]

pub struct ListAllDomainsResponse(_);

Trait Implementations

impl Debug for ListAllDomainsResponse
[src]

Formats the value using the given formatter.

impl Into<Vec<Domain>> for ListAllDomainsResponse
[src]

Performs the conversion.

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