Struct sozu_command_lib::data::ConfigMessage[][src]

pub struct ConfigMessage {
    pub id: String,
    pub version: u8,
    pub data: ConfigCommand,
    pub proxy_id: Option<u32>,
}

Fields

Methods

impl ConfigMessage
[src]

Trait Implementations

impl Debug for ConfigMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ConfigMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConfigMessage
[src]

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

This method tests for !=.

impl Eq for ConfigMessage
[src]

impl Hash for ConfigMessage
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'de> Deserialize<'de> for ConfigMessage
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ConfigMessage
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations