pub struct SettingsSectionAppearance {
pub subsection: String,
}Expand description
The appearance section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “themes”, “themes/edit”, “themes/create”, “wallpapers”, “wallpapers/edit”, “wallpapers/set”, “wallpapers/choose-photo”, “your-color/profile”, “your-color/profile/add-icons”, “your-color/profile/use-gift”, “your-color/profile/reset”, “your-color/name”, “your-color/name/add-icons”, “your-color/name/use-gift”, “night-mode”, “auto-night-mode”, “text-size”, “text-size/use-system”, “message-corners”, “animations”, “stickers-and-emoji”, “stickers-and-emoji/edit”, “stickers-and-emoji/trending”, “stickers-and-emoji/archived”, “stickers-and-emoji/archived/edit”, “stickers-and-emoji/emoji”, “stickers-and-emoji/emoji/edit”, “stickers-and-emoji/emoji/archived”, “stickers-and-emoji/emoji/archived/edit”, “stickers-and-emoji/emoji/suggest”, “stickers-and-emoji/emoji/quick-reaction”, “stickers-and-emoji/emoji/quick-reaction/choose”, “stickers-and-emoji/suggest-by-emoji”, “stickers-and-emoji/large-emoji”, “stickers-and-emoji/dynamic-order”, “stickers-and-emoji/emoji/show-more”, “app-icon”, “tap-for-next-media”
Trait Implementations§
Source§impl Clone for SettingsSectionAppearance
impl Clone for SettingsSectionAppearance
Source§fn clone(&self) -> SettingsSectionAppearance
fn clone(&self) -> SettingsSectionAppearance
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for SettingsSectionAppearance
impl Debug for SettingsSectionAppearance
Source§impl Default for SettingsSectionAppearance
impl Default for SettingsSectionAppearance
Source§fn default() -> SettingsSectionAppearance
fn default() -> SettingsSectionAppearance
Source§impl<'de> Deserialize<'de> for SettingsSectionAppearance
impl<'de> Deserialize<'de> for SettingsSectionAppearance
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>,
Source§impl PartialEq for SettingsSectionAppearance
impl PartialEq for SettingsSectionAppearance
Source§fn eq(&self, other: &SettingsSectionAppearance) -> bool
fn eq(&self, other: &SettingsSectionAppearance) -> bool
self and other values to be equal, and is used by ==.