Enum sozu_command_lib::command::CommandStatus  [−][src]
pub enum CommandStatus {
    Ok,
    Processing,
    Error,
}Variants
OkProcessingError
                Trait Implementations
impl Debug for CommandStatus[src] 
impl Debug for CommandStatusfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CommandStatus[src] 
impl Clone for CommandStatusfn clone(&self) -> CommandStatus[src] 
fn clone(&self) -> CommandStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for CommandStatus[src] 
impl PartialEq for CommandStatusfn eq(&self, other: &CommandStatus) -> bool[src] 
fn eq(&self, other: &CommandStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for CommandStatus[src] 
impl Eq for CommandStatusimpl Hash for CommandStatus[src] 
impl Hash for CommandStatusAuto Trait Implementations
impl Send for CommandStatus
impl Send for CommandStatusimpl Sync for CommandStatus
impl Sync for CommandStatus