Struct hubcaps::errors::FieldErr [] [src]

pub struct FieldErr {
    pub resource: String,
    pub field: Option<String>,
    pub code: String,
    pub message: Option<String>,
    pub documentation_url: Option<String>,
}

Fields

Trait Implementations

impl Debug for FieldErr
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FieldErr
[src]

[src]

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

[src]

This method tests for !=.