pub struct GeoSearchStoreOptions { /* private fields */ }
Expand description
Options for the geosearchstore
command
Implementations§
Source§impl 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§
Source§impl Default for GeoSearchStoreOptions
impl Default for GeoSearchStoreOptions
Source§fn default() -> GeoSearchStoreOptions
fn default() -> GeoSearchStoreOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for GeoSearchStoreOptions
impl ToArgs for GeoSearchStoreOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for GeoSearchStoreOptions
impl RefUnwindSafe for GeoSearchStoreOptions
impl Send for GeoSearchStoreOptions
impl Sync for GeoSearchStoreOptions
impl Unpin for GeoSearchStoreOptions
impl UnwindSafe for GeoSearchStoreOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more