Struct libvirt_rpc::request::generated::virNetMessageError [] [src]

pub struct virNetMessageError {
    pub code: i32,
    pub domain: i32,
    pub message: virNetMessageString,
    pub level: i32,
    pub dom: virNetMessageDomain,
    pub str1: virNetMessageString,
    pub str2: virNetMessageString,
    pub str3: virNetMessageString,
    pub int1: i32,
    pub int2: i32,
    pub net: virNetMessageNetwork,
}

Fields

Methods

impl virNetMessageError
[src]

[src]

[src]

Trait Implementations

impl Clone for virNetMessageError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for virNetMessageError
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for virNetMessageError
[src]

impl PartialEq for virNetMessageError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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

[src]

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

impl From<virNetMessageError> for LibvirtError
[src]

[src]

Performs the conversion.

impl Display for virNetMessageError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for virNetMessageError
[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