pub enum PlaceMethod {
Show,
Search,
ReverseGeocode,
}Expand description
Method identifiers from the place module, for use by rate_limit_status.
Variants§
Show
place::show
Search
place::search_point, place::search_query, place::search_ip and place::search_url
ReverseGeocode
place::reverse_geocode and place::reverse_geocode_url
Trait Implementations§
Source§impl Debug for PlaceMethod
impl Debug for PlaceMethod
Source§impl Hash for PlaceMethod
impl Hash for PlaceMethod
Source§impl PartialEq for PlaceMethod
impl PartialEq for PlaceMethod
impl Eq for PlaceMethod
impl StructuralPartialEq for PlaceMethod
Auto Trait Implementations§
impl Freeze for PlaceMethod
impl RefUnwindSafe for PlaceMethod
impl Send for PlaceMethod
impl Sync for PlaceMethod
impl Unpin for PlaceMethod
impl UnwindSafe for PlaceMethod
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.