Enum redis::geo::RadiusOrder[][src]

pub enum RadiusOrder {
    Unsorted,
    Asc,
    Desc,
}
This is supported on crate feature geospatial only.
Expand description

Options to sort results from GEORADIUS and GEORADIUSBYMEMBER commands

Variants

Unsorted

Don’t sort the results

Asc

Sort returned items from the nearest to the farthest, relative to the center.

Desc

Sort returned items from the farthest to the nearest, relative to the center.

Trait Implementations

Returns the “default value” for a type. Read more

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.

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.