Enum grove::locators::LocResult[][src]

pub enum LocResult {
    Accept,
    GoRight,
    GoLeft,
}
Expand description

This is the result type that a locator returns when queried about a specific node. See Locator.

Variants

Accept

The element is in the segment

GoRight

The element is to the left of the segment, so we should go right

GoLeft

The element is to the right of the segment, so we should go left

Trait Implementations

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

Creates the summary of a single value.

Creates the summary of a single value.

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.