Enum graphannis::corpusstorage::ResultOrder[][src]

#[repr(C)]
pub enum ResultOrder { Normal, Inverted, Random, }

Defines the order of results of a find query.

Variants

Order results by their document name and the the text position of the match.

Inverted the order of Normal.

A random ordering which is not stable. Each new query will result in a different order.

Trait Implementations

impl Debug for ResultOrder
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ResultOrder
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ResultOrder

impl Sync for ResultOrder