Enum algoliasearch::index::AroundRadius
source · pub enum AroundRadius {
All,
Radius(u64),
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for AroundRadius
impl Clone for AroundRadius
source§fn clone(&self) -> AroundRadius
fn clone(&self) -> AroundRadius
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AroundRadius
impl Debug for AroundRadius
source§impl<'de> Deserialize<'de> for AroundRadius
impl<'de> Deserialize<'de> for AroundRadius
source§fn deserialize<D>(deserializer: D) -> Result<AroundRadius, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<AroundRadius, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for AroundRadius
impl Hash for AroundRadius
source§impl PartialEq for AroundRadius
impl PartialEq for AroundRadius
source§fn eq(&self, other: &AroundRadius) -> bool
fn eq(&self, other: &AroundRadius) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AroundRadius
impl Serialize for AroundRadius
impl StructuralPartialEq for AroundRadius
Auto Trait Implementations§
impl Freeze for AroundRadius
impl RefUnwindSafe for AroundRadius
impl Send for AroundRadius
impl Sync for AroundRadius
impl Unpin for AroundRadius
impl UnwindSafe for AroundRadius
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