Enum redis_driver::GeoUnit
source · pub enum GeoUnit {
Meters,
Kilometers,
Miles,
Feet,
}
Expand description
Distance Unit
Variants
Meters
Kilometers
Miles
Feet
Trait Implementations
sourceimpl IntoArgs for GeoUnit
impl IntoArgs for GeoUnit
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for GeoUnit
impl Send for GeoUnit
impl Sync for GeoUnit
impl Unpin for GeoUnit
impl UnwindSafe for GeoUnit
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