Struct sozu_command_lib::data::ConfigMessageAnswer [] [src]

pub struct ConfigMessageAnswer {
    pub id: String,
    pub version: u8,
    pub status: ConfigMessageStatus,
    pub message: String,
    pub data: Option<AnswerData>,
}

Fields

Methods

impl ConfigMessageAnswer
[src]

[src]

Trait Implementations

impl Debug for ConfigMessageAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ConfigMessageAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ConfigMessageAnswer
[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 Eq for ConfigMessageAnswer
[src]

Auto Trait Implementations