Enum egg_mode::service::DirectMethod [] [src]

pub enum DirectMethod {
    Show,
    Sent,
    Received,
}

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

Variants

direct::show

direct::sent

direct::received

Trait Implementations

impl Debug for DirectMethod
[src]

[src]

Formats the value using the given formatter.

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

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