Enum cognitive_qualia::input::CatchResult [] [src]

pub enum CatchResult {
    Caught,
    Passed,
}

Enumeration for possible results of catching key.

Variants

Trait Implementations

impl PartialEq for CatchResult
[src]

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

This method tests for !=.