pub struct GeoSearchOptions { /* private fields */ }
Expand description
Options for the geosearch
command
Implementations§
Trait Implementations§
Source§impl Default for GeoSearchOptions
impl Default for GeoSearchOptions
Source§fn default() -> GeoSearchOptions
fn default() -> GeoSearchOptions
Returns the “default value” for a type. Read more
Source§impl IntoArgs for GeoSearchOptions
impl IntoArgs for GeoSearchOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for GeoSearchOptions
impl RefUnwindSafe for GeoSearchOptions
impl Send for GeoSearchOptions
impl Sync for GeoSearchOptions
impl Unpin for GeoSearchOptions
impl UnwindSafe for GeoSearchOptions
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