Struct rraw::me::Me[][src]

pub struct Me {
    pub oauth: bool,
    // some fields omitted
}
Expand description

This is who you are. This is your identity and you access point to the Reddit API

Fields

oauth: bool

Implementations

Logs into Reddit and Returns a Me

Gets the authenticator. Internal use

Creates a subreddit object. However, this will not tell you if the user exists.

Inbox

Creates a user object. However, this will not tell you if the user exists.

Makes a get request with Reqwest response

Makes a post request with Reqwest response

Makes a get request with JSON response

Makes a post request with JSON response

Builds a URL

Handles a Response from Reqwest mainly for internal use

Searches Reddit for subreddits

Searches Reddit for Users

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.