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

pub struct ListAllDomainsResponse(_);

Trait Implementations

impl Debug for ListAllDomainsResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

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

[src]

Auto Trait Implementations