Enum libvirt_rpc::LibvirtError [] [src]

pub enum LibvirtError {
    XdrError(Error),
    Libvirt(virNetMessageError),
}

Represents error

Variants

Error during serialization / deserialization

Libvirtd returned error

Trait Implementations

impl Debug for LibvirtError
[src]

Formats the value using the given formatter.

impl From<Error> for LibvirtError
[src]

Performs the conversion.

impl From<Error> for LibvirtError
[src]

Performs the conversion.

impl From<virNetMessageError> for LibvirtError
[src]

Performs the conversion.

impl Display for LibvirtError
[src]

Formats the value using the given formatter. Read more

impl Error for LibvirtError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more