Enum libvirt_rpc::LibvirtError [] [src]

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

Represents error

Variants

IO error

Error during serialization / deserialization

Libvirtd returned error

Methods

impl LibvirtError
[src]

[src]

Trait Implementations

impl Debug for LibvirtError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for LibvirtError
[src]

[src]

Performs the conversion.

impl From<Error> for LibvirtError
[src]

[src]

Performs the conversion.

impl From<virNetMessageError> for LibvirtError
[src]

[src]

Performs the conversion.

impl Display for LibvirtError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for LibvirtError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for LibvirtError

impl Sync for LibvirtError