Enum egg_mode::service::TweetMethod [] [src]

pub enum TweetMethod {
    Show,
    Lookup,
    RetweetersOf,
    RetweetsOf,
    HomeTimeline,
    MentionsTimeline,
    UserTimeline,
    RetweetsOfMe,
    LikedBy,
}

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

Variants

tweet::show

tweet::lookup

tweet::retweeters_of

tweet::retweets_of

tweet::home_timeline

tweet::mentions_timeline

tweet::user_timeline

tweet::retweets_of_me

tweet::liked_by

Trait Implementations

impl Debug for TweetMethod
[src]

[src]

Formats the value using the given formatter.

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

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