Enum ophir::ea1::DeviceResponse [] [src]

pub enum DeviceResponse {
    Echo(String),
    Success(String),
    Failure(String),
}

Variants

Trait Implementations

impl Debug for DeviceResponse
[src]

Formats the value using the given formatter.

impl PartialEq for DeviceResponse
[src]

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

This method tests for !=.