Struct dono::DonoError [] [src]

pub struct DonoError {
    pub field: String,
    pub code: String,
    pub description: String,
    pub message: String,
}

Fields

Trait Implementations

impl PartialEq for DonoError
[src]

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

This method tests for !=.

impl PartialOrd for DonoError
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for DonoError
[src]

This method returns an Ordering between self and other. Read more

impl Eq for DonoError
[src]

impl Debug for DonoError
[src]

Formats the value using the given formatter.

impl Encodable for DonoError
[src]

Serialize a value using an Encoder.

impl Decodable for DonoError
[src]

Deserialize a value using a Decoder.