Enum open_protocol::command::Activation [] [src]

pub enum Activation {
    Version,
    Activation,
    Frequency,
    Transmission,
}

Variants

Trait Implementations

impl Debug for Activation
[src]

Formats the value using the given formatter.

impl PartialEq for Activation
[src]

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

This method tests for !=.

impl Copy for Activation
[src]

impl Clone for Activation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more