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

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

Show

user::show

Lookup

user::lookup

FriendsNoRetweets

user::friends_no_retweets

Relation

user::relation

RelationLookup

user::relation_lookup

Search

user::search

FriendsOf

user::friends_of

FriendsIds

user::friends_ids

FollowersOf

user::followers_of

FollowersIds

user::followers_ids

Blocks

user::blocks

BlocksIds

user::blocks_ids

Mutes

user::mutes

MutesIds

user::mutes_ids

IncomingRequests

user::incoming_requests

OutgoingRequests

user::outgoing_requests

ReportSpam

user::report_spam

Trait Implementations

impl Eq for UserMethod[src]

impl PartialEq<UserMethod> for UserMethod[src]

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

This method tests for !=.

impl Debug for UserMethod[src]

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

impl Sync for UserMethod

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