Struct libvirt_rpc::async::Client [] [src]

pub struct Client { /* fields omitted */ }

Libvirt client

Methods

impl Client
[src]

opens libvirt connection over unix socket

Retrieves authentication methods (currently only unauthenticated connections are supported)

Opens up a read-write connection to the system qemu hypervisor driver

Can be used to obtain the version of the libvirt software in use on the host

Trait Implementations

impl Clone for Client
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Service for Client
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.