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]

[src]

Trait Implementations

impl Debug for ConfigMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfigMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for ConfigMessage
[src]

[src]

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

1.3.0
[src]

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

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ConfigMessage
[src]

[src]

Serialize this value into the given Serde serializer. Read more