Enum ax25::frame::CommandResponse [] [src]

pub enum CommandResponse {
    Command,
    Response,
}

Indicates whether a given frame is a Command or a Response.

Variants

Trait Implementations

impl Debug for CommandResponse
[src]

Formats the value using the given formatter.

impl PartialEq for CommandResponse
[src]

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

This method tests for !=.