pub struct SettingsSectionDataAndStorage {
pub subsection: String,
}Expand description
The data and storage settings section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “storage”, “storage/edit”, “storage/auto-remove”, “storage/clear-cache”, “storage/max-cache”, “usage”, “usage/mobile”, “usage/wifi”, “usage/reset”, “usage/roaming”, “auto-download/mobile”, “auto-download/mobile/enable”, “auto-download/mobile/usage”, “auto-download/mobile/photos”, “auto-download/mobile/stories”, “auto-download/mobile/videos”, “auto-download/mobile/files”, “auto-download/wifi”, “auto-download/wifi/enable”, “auto-download/wifi/usage”, “auto-download/wifi/photos”, “auto-download/wifi/stories”, “auto-download/wifi/videos”, “auto-download/wifi/files”, “auto-download/roaming”, “auto-download/roaming/enable”, “auto-download/roaming/usage”, “auto-download/roaming/photos”, “auto-download/roaming/stories”, “auto-download/roaming/videos”, “auto-download/roaming/files”, “auto-download/reset”, “save-to-photos/chats”, “save-to-photos/chats/max-video-size”, “save-to-photos/chats/add-exception”, “save-to-photos/chats/delete-all”, “save-to-photos/groups”, “save-to-photos/groups/max-video-size”, “save-to-photos/groups/add-exception”, “save-to-photos/groups/delete-all”, “save-to-photos/channels”, “save-to-photos/channels/max-video-size”, “save-to-photos/channels/add-exception”, “save-to-photos/channels/delete-all”, “less-data-calls”, “open-links”, “share-sheet”, “share-sheet/suggested-chats”, “share-sheet/suggest-by”, “share-sheet/reset”, “saved-edited-photos”, “pause-music”, “raise-to-listen”, “raise-to-speak”, “show-18-content”, “proxy”, “proxy/edit”, “proxy/use-proxy”, “proxy/add-proxy”, “proxy/share-list”, “proxy/use-for-calls”
Trait Implementations§
Source§impl Clone for SettingsSectionDataAndStorage
impl Clone for SettingsSectionDataAndStorage
Source§fn clone(&self) -> SettingsSectionDataAndStorage
fn clone(&self) -> SettingsSectionDataAndStorage
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for SettingsSectionDataAndStorage
impl Default for SettingsSectionDataAndStorage
Source§fn default() -> SettingsSectionDataAndStorage
fn default() -> SettingsSectionDataAndStorage
Source§impl<'de> Deserialize<'de> for SettingsSectionDataAndStorage
impl<'de> Deserialize<'de> for SettingsSectionDataAndStorage
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 SettingsSectionDataAndStorage
impl PartialEq for SettingsSectionDataAndStorage
Source§fn eq(&self, other: &SettingsSectionDataAndStorage) -> bool
fn eq(&self, other: &SettingsSectionDataAndStorage) -> bool
self and other values to be equal, and is used by ==.