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

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

Show

tweet::show

Lookup

tweet::lookup

RetweetersOf

tweet::retweeters_of

RetweetsOf

tweet::retweets_of

HomeTimeline

tweet::home_timeline

MentionsTimeline

tweet::mentions_timeline

UserTimeline

tweet::user_timeline

RetweetsOfMe

tweet::retweets_of_me

LikedBy

tweet::liked_by

Trait Implementations

impl Eq for TweetMethod[src]

impl PartialEq<TweetMethod> for TweetMethod[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for TweetMethod[src]

impl Hash for TweetMethod[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for TweetMethod

impl Sync for TweetMethod

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T> Same<T> for T

type Output = T

Should always be Self