Enum way_cooler_ipc::CommandSuccess [] [src]

pub enum CommandSuccess {
    Success,
    GotKey(Json),
    Version(u64),
    Commands(Vec<String>),
}

Return types from the command socket for successful command queries

Variants

The request was successful

A key was found

The version way-cooler is on,

Commands available to the API

Trait Implementations

impl Debug for CommandSuccess
[src]

Formats the value using the given formatter.

impl PartialEq for CommandSuccess
[src]

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

This method tests for !=.

impl Clone for CommandSuccess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more