Enum egg_mode::service::ServiceMethod [] [src]

pub enum ServiceMethod {
    Terms,
    Privacy,
    Config,
    RateLimitStatus,
    VerifyTokens,
}

Method identifiers from the service module, for use by rate_limit_status. Also includes verify_tokens from the egg-mode top-level methods.

Variants

service::terms

service::privacy

service::config

service::rate_limit_status

verify_tokens

Trait Implementations

impl Debug for ServiceMethod
[src]

[src]

Formats the value using the given formatter.

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

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