pub enum Vote {
    Positive,
    Negative,
    Insufficient,
    OffState,
}

Variants

Positive

Successful comparison

Negative

Negative comparison, should stop this and all future voting for this trigger guide

Insufficient

No match, but doesn’t exclude future comparisons (e.g. hold event)

OffState

Indicate that this is an off state that need to be processed separately (or later)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.