Enum egg_mode::service::PlaceMethod [] [src]

pub enum PlaceMethod {
    Show,
    Search,
    ReverseGeocode,
}

Method identifiers from the place module, for use by rate_limit_status.

Variants

place::show

place::search_point, place::search_query, place::search_ip and place::search_url

place::reverse_geocode and place::reverse_geocode_url

Trait Implementations

impl Debug for PlaceMethod
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PlaceMethod
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for PlaceMethod
[src]

impl Hash for PlaceMethod
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more