Enum egg_mode::service::SearchMethod [] [src]

pub enum SearchMethod {
    Search,
}

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

Variants

search::search

Trait Implementations

impl Debug for SearchMethod
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SearchMethod
[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 SearchMethod
[src]

impl Hash for SearchMethod
[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