Struct rraw::responses::user::AboutUser[][src]

pub struct AboutUser {
Show fields pub snoovatar_img: Option<String>, pub icon_img: Option<String>, pub name: String, pub is_employee: bool, pub has_visited_new_profile: Option<bool>, pub is_friend: bool, pub pref_no_profanity: Option<bool>, pub has_external_account: Option<bool>, pub pref_geopopular: Option<bool>, pub pref_show_trending: Option<bool>, pub pref_show_presence: Option<bool>, pub gold_expiration: Option<bool>, pub has_gold_subscription: Option<bool>, pub is_sponsor: Option<bool>, pub num_friends: Option<u64>, pub can_edit_name: Option<bool>, pub verified: Option<bool>, pub new_modmail_exists: Option<bool>, pub pref_autoplay: Option<bool>, pub coins: Option<u64>, pub has_paypal_subscription: Option<bool>, pub has_subscribed_to_premium: Option<bool>, pub id: String, pub has_stripe_subscription: Option<bool>, pub can_create_subreddit: Option<bool>, pub over_18: Option<bool>, pub is_gold: Option<bool>, pub is_mod: Option<bool>, pub awarder_karma: u64, pub suspension_expiration_utc: Option<i64>, pub has_verified_email: Option<bool>, pub is_suspended: Option<bool>, pub pref_video_autoplay: Option<bool>, pub in_chat: Option<bool>, pub has_android_subscription: Option<bool>, pub in_redesign_beta: Option<bool>, pub has_mod_mail: Option<bool>, pub pref_nightmode: Option<bool>, pub awardee_karma: u64, pub hide_from_robots: Option<bool>, pub password_set: Option<bool>, pub modhash: Option<bool>, pub link_karma: u64, pub force_password_reset: Option<bool>, pub total_karma: u64, pub inbox_count: Option<bool>, pub pref_top_karma_subreddits: Option<bool>, pub has_mail: Option<bool>, pub pref_show_snoovatar: Option<bool>, pub pref_clickgadget: Option<bool>, pub created: f64, pub gold_creddits: Option<u64>, pub created_utc: f64, pub has_ios_subscription: Option<bool>, pub pref_show_twitter: Option<bool>, pub in_beta: Option<bool>, pub comment_karma: u64, pub has_subscribed: Option<bool>,
}
Expand description

About Data for the User

Fields

snoovatar_img: Option<String>

The Reddit generated avatar image

icon_img: Option<String>

classic icon img

name: String

Reddit Username

is_employee: bool

Is the user an employee? I think

has_visited_new_profile: Option<bool>

IDK

is_friend: bool

IDK

pref_no_profanity: Option<bool>

IDK

has_external_account: Option<bool>

IDK

pref_geopopular: Option<bool>

I am guessing location

pref_show_trending: Option<bool>

IDK

pref_show_presence: Option<bool>

IDK

gold_expiration: Option<bool>

IDK

has_gold_subscription: Option<bool>

I am guessing premium?

is_sponsor: Option<bool>

IDK

num_friends: Option<u64>

Number of friends. It is always 0. :(

can_edit_name: Option<bool>

You can edit names?

verified: Option<bool>

Verified

new_modmail_exists: Option<bool>

new_modmail_exists

pref_autoplay: Option<bool>

pref_autoplay

coins: Option<u64>

users gold

has_paypal_subscription: Option<bool>

has_paypal_subscription - Why is this public?

has_subscribed_to_premium: Option<bool>

has_subscribed_to_premium

id: String

id

has_stripe_subscription: Option<bool>

has_stripe_subscription

can_create_subreddit: Option<bool>

can_create_subreddit

over_18: Option<bool>

Can they visit the fun subs :)

is_gold: Option<bool>

is_gold

is_mod: Option<bool>

Are they a buzzkill

awarder_karma: u64

awarder_karma

suspension_expiration_utc: Option<i64>

suspension_expiration_utci

has_verified_email: Option<bool>

has_verified_email

is_suspended: Option<bool>

is suspended

pref_video_autoplay: Option<bool>

pref_video_autoplay

in_chat: Option<bool>

in_chat

has_android_subscription: Option<bool>

has_android_subscription

in_redesign_beta: Option<bool>

in_redesign_beta

has_mod_mail: Option<bool>

has_mod_mail

pref_nightmode: Option<bool>

pref_nightmode

awardee_karma: u64

awardee_karma

hide_from_robots: Option<bool>

hide_from_robots

password_set: Option<bool>

password_set

modhash: Option<bool>

modhash

link_karma: u64

link_karma

force_password_reset: Option<bool>

force_password_reset

total_karma: u64

total_karma

inbox_count: Option<bool>

inbox_count

pref_top_karma_subreddits: Option<bool>

pref_top_karma_subreddits

has_mail: Option<bool>

has_mail

pref_show_snoovatar: Option<bool>

pref_show_snoovatar

pref_clickgadget: Option<bool>

pref_clickgadget

created: f64

created

gold_creddits: Option<u64>

gold_creddits

created_utc: f64

created_utc

has_ios_subscription: Option<bool>

has_ios_subscription

pref_show_twitter: Option<bool>

pref_show_twitter

in_beta: Option<bool>

in_beta

comment_karma: u64

comment_karma

has_subscribed: Option<bool>

has_subscribed

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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.