Enum dharma::bridge::SpecialCommand [] [src]

pub enum SpecialCommand {
    Terminate,
}

Enumeration for special type of command.

Variants

Request termination on receiver side.

Trait Implementations

impl Debug for SpecialCommand
[src]

Formats the value using the given formatter.

impl PartialEq for SpecialCommand
[src]

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

This method tests for !=.