pub enum TweetMethod {
Show,
Lookup,
RetweetersOf,
RetweetsOf,
HomeTimeline,
MentionsTimeline,
UserTimeline,
RetweetsOfMe,
LikedBy,
}Expand description
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§
Source§impl Debug for TweetMethod
impl Debug for TweetMethod
Source§impl Hash for TweetMethod
impl Hash for TweetMethod
Source§impl PartialEq for TweetMethod
impl PartialEq for TweetMethod
impl Eq for TweetMethod
impl StructuralPartialEq for TweetMethod
Auto Trait Implementations§
impl Freeze for TweetMethod
impl RefUnwindSafe for TweetMethod
impl Send for TweetMethod
impl Sync for TweetMethod
impl Unpin for TweetMethod
impl UnwindSafe for TweetMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.