Struct mr_splashy_pants::api::generated::response::account::MePrefsResponse[][src]

pub struct MePrefsResponse {
Show 67 fields pub accept_pms: String, pub activity_relevant_ads: bool, pub allow_clicktracking: bool, pub beta: bool, pub clickgadget: bool, pub collapse_left_bar: bool, pub collapse_read_messages: bool, pub compress: bool, pub default_comment_sort: String, pub default_theme_sr: Value, pub design_beta: bool, pub domain_details: bool, pub email_digests: bool, pub email_messages: bool, pub email_unsubscribe_all: bool, pub enable_default_themes: bool, pub geopopular: String, pub hide_ads: bool, pub hide_downs: bool, pub hide_from_robots: bool, pub hide_ups: bool, pub highlight_controversial: bool, pub highlight_new_comments: bool, pub ignore_suggested_sort: bool, pub label_nsfw: bool, pub lang: String, pub layout: String, pub legacy_search: bool, pub live_orangereds: bool, pub mark_messages_read: bool, pub media: String, pub media_preview: String, pub min_comment_score: i64, pub min_link_score: i64, pub monitor_mentions: bool, pub newwindow: bool, pub nightmode: bool, pub no_profanity: bool, pub num_comments: i64, pub numsites: i64, pub over18: Option<bool>, pub private_feeds: bool, pub profile_opt_out: bool, pub public_server_seconds: bool, pub public_votes: bool, pub research: bool, pub search_include_over18: Option<bool>, pub send_crosspost_messages: bool, pub send_welcome_messages: bool, pub show_flair: bool, pub show_gold_expiration: bool, pub show_link_flair: bool, pub show_location_based_recommendations: bool, pub show_snoovatar: bool, pub show_stylesheets: bool, pub show_trending: bool, pub show_twitter: bool, pub store_visits: bool, pub survey_last_seen_time: Value, pub third_party_data_personalized_ads: bool, pub third_party_site_data_personalized_ads: bool, pub third_party_site_data_personalized_content: bool, pub threaded_messages: bool, pub threaded_modmail: bool, pub top_karma_subreddits: bool, pub use_global_defaults: bool, pub video_autoplay: bool,
}

Fields

accept_pms: Stringactivity_relevant_ads: boolallow_clicktracking: boolbeta: boolclickgadget: boolcollapse_left_bar: boolcollapse_read_messages: boolcompress: booldefault_comment_sort: Stringdefault_theme_sr: Valuedesign_beta: booldomain_details: boolemail_digests: boolemail_messages: boolemail_unsubscribe_all: boolenable_default_themes: boolgeopopular: Stringhide_ads: boolhide_downs: boolhide_from_robots: boolhide_ups: boolhighlight_controversial: boolhighlight_new_comments: boolignore_suggested_sort: boollabel_nsfw: boollang: Stringlayout: Stringlegacy_search: boollive_orangereds: boolmark_messages_read: boolmedia: Stringmedia_preview: Stringmin_comment_score: i64min_link_score: i64monitor_mentions: boolnewwindow: boolnightmode: boolno_profanity: boolnum_comments: i64numsites: i64over18: Option<bool>private_feeds: boolprofile_opt_out: boolpublic_server_seconds: boolpublic_votes: boolresearch: boolsearch_include_over18: Option<bool>send_crosspost_messages: boolsend_welcome_messages: boolshow_flair: boolshow_gold_expiration: boolshow_link_flair: boolshow_location_based_recommendations: boolshow_snoovatar: boolshow_stylesheets: boolshow_trending: boolshow_twitter: boolstore_visits: boolsurvey_last_seen_time: Valuethird_party_data_personalized_ads: boolthird_party_site_data_personalized_ads: boolthird_party_site_data_personalized_content: boolthreaded_messages: boolthreaded_modmail: booltop_karma_subreddits: booluse_global_defaults: boolvideo_autoplay: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more