Struct redis_driver::GeoSearchStoreOptions
source · [−]pub struct GeoSearchStoreOptions { /* private fields */ }
Expand description
Options for the geosearchstore
command
Implementations
sourceimpl GeoSearchStoreOptions
impl GeoSearchStoreOptions
pub fn order(self, order: GeoSearchOrder) -> Self
pub fn count(self, count: usize, any: bool) -> Self
pub fn store_dist(self, store_dist: bool) -> Self
Trait Implementations
sourceimpl Default for GeoSearchStoreOptions
impl Default for GeoSearchStoreOptions
sourcefn default() -> GeoSearchStoreOptions
fn default() -> GeoSearchStoreOptions
Returns the “default value” for a type. Read more
sourceimpl IntoArgs for GeoSearchStoreOptions
impl IntoArgs for GeoSearchStoreOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for GeoSearchStoreOptions
impl Send for GeoSearchStoreOptions
impl Sync for GeoSearchStoreOptions
impl Unpin for GeoSearchStoreOptions
impl UnwindSafe for GeoSearchStoreOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more