pub struct Features {Show 29 fields
pub mod_service_mute_writes: bool,
pub promoted_trend_blanks: bool,
pub show_amp_link: bool,
pub chat: bool,
pub is_email_permission_required: bool,
pub mod_awards: bool,
pub expensive_coins_package: bool,
pub mweb_xpromo_revamp_v2: Mweb,
pub awards_on_streams: bool,
pub mweb_xpromo_modal_listing_click_daily_dismissible_ios: bool,
pub chat_subreddit: bool,
pub cookie_consent_banner: bool,
pub modlog_copyright_removal: bool,
pub do_not_track: bool,
pub images_in_comments: bool,
pub mod_service_mute_reads: bool,
pub chat_user_settings: bool,
pub use_pref_account_deployment: bool,
pub mweb_xpromo_interstitial_comments_ios: bool,
pub mweb_xpromo_modal_listing_click_daily_dismissible_android: bool,
pub premium_subscriptions_table: bool,
pub mweb_xpromo_interstitial_comments_android: bool,
pub crowd_control_for_post: bool,
pub mweb_nsfw_xpromo: Mweb,
pub noreferrer_to_noopener: bool,
pub chat_group_rollout: bool,
pub resized_styles_images: bool,
pub spez_modal: bool,
pub mweb_sharing_clipboard: Mweb,
}
Fields§
§mod_service_mute_writes: bool
§promoted_trend_blanks: bool
§show_amp_link: bool
§chat: bool
§is_email_permission_required: bool
§mod_awards: bool
§expensive_coins_package: bool
§mweb_xpromo_revamp_v2: Mweb
§awards_on_streams: bool
§mweb_xpromo_modal_listing_click_daily_dismissible_ios: bool
§chat_subreddit: bool
§modlog_copyright_removal: bool
§do_not_track: bool
§images_in_comments: bool
§mod_service_mute_reads: bool
§chat_user_settings: bool
§use_pref_account_deployment: bool
§mweb_xpromo_interstitial_comments_ios: bool
§mweb_xpromo_modal_listing_click_daily_dismissible_android: bool
§mweb_xpromo_interstitial_comments_android: bool
§crowd_control_for_post: bool
§mweb_nsfw_xpromo: Mweb
§noreferrer_to_noopener: bool
§chat_group_rollout: bool
§resized_styles_images: bool
§spez_modal: bool
§mweb_sharing_clipboard: Mweb
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Features
impl<'de> Deserialize<'de> for Features
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Features
impl RefUnwindSafe for Features
impl Send for Features
impl Sync for Features
impl Unpin for Features
impl UnwindSafe for Features
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