Enum egg_mode::service::ListMethod [] [src]

pub enum ListMethod {
    Show,
    Ownerships,
    Subscriptions,
    List,
    Members,
    Memberships,
    IsMember,
    Subscribers,
    IsSubscribed,
    Statuses,
}

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

Variants

list::show

list::ownerships

list::subscriptions

list::list

list::members

list::memberships

list::is_member

list::subscribers

list::is_subscribed

list::statuses

Trait Implementations

impl Debug for ListMethod
[src]

[src]

Formats the value using the given formatter.

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

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