Struct libvirt_rpc::request::ListAllDomainsRequest [] [src]

pub struct ListAllDomainsRequest(_);

Methods

impl ListAllDomainsRequest
[src]

[src]

Trait Implementations

impl Debug for ListAllDomainsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl<Out: Write> Pack<Out> for ListAllDomainsRequest
[src]

[src]

impl<R: Read> LibvirtRpc<R> for ListAllDomainsRequest
[src]

PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_CONNECT_LIST_ALL_DOMAINS

Auto Trait Implementations