Enum sozu_command_lib::data::ConfigCommand [] [src]

pub enum ConfigCommand {
    ProxyConfiguration(Order),
    SaveState(String),
    LoadState(String),
    DumpState,
    ListWorkers,
    LaunchWorker(String),
    UpgradeMaster,
}

Variants

Trait Implementations

impl Debug for ConfigCommand
[src]

Formats the value using the given formatter.

impl Clone for ConfigCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ConfigCommand
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.