Enum libyubihsm::Command [] [src]

pub enum Command {
    Request(CommandType),
    Response(CommandType),
    Unknown,
}

Variants

Trait Implementations

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Command
[src]

impl Debug for Command
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Command
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Command
[src]

impl<T> From<T> for Command where
    T: Into<u32>, 
[src]

[src]

Performs the conversion.

impl From<Command> for u8
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Command

impl Sync for Command