Enum egg_mode::service::UserMethod [] [src]

pub enum UserMethod {
    Show,
    Lookup,
    FriendsNoRetweets,
    Relation,
    RelationLookup,
    Search,
    FriendsOf,
    FriendsIds,
    FollowersOf,
    FollowersIds,
    Blocks,
    BlocksIds,
    Mutes,
    MutesIds,
    IncomingRequests,
    OutgoingRequests,
    ReportSpam,
}

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

Variants

user::show

user::lookup

user::friends_no_retweets

user::relation

user::relation_lookup

user::search

user::friends_of

user::friends_ids

user::followers_of

user::followers_ids

user::blocks

user::blocks_ids

user::mutes

user::mutes_ids

user::incoming_requests

user::outgoing_requests

user::report_spam

Trait Implementations

impl Debug for UserMethod
[src]

[src]

Formats the value using the given formatter.

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

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