pub struct SettingsSectionInAppBrowser {
pub subsection: String,
}Expand description
The in-app browser settings section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “enable-browser”, “clear-cookies”, “clear-cache”, “history”, “clear-history”, “never-open”, “clear-list”, “search”
Trait Implementations§
Source§impl Clone for SettingsSectionInAppBrowser
impl Clone for SettingsSectionInAppBrowser
Source§fn clone(&self) -> SettingsSectionInAppBrowser
fn clone(&self) -> SettingsSectionInAppBrowser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SettingsSectionInAppBrowser
impl Debug for SettingsSectionInAppBrowser
Source§impl Default for SettingsSectionInAppBrowser
impl Default for SettingsSectionInAppBrowser
Source§fn default() -> SettingsSectionInAppBrowser
fn default() -> SettingsSectionInAppBrowser
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsSectionInAppBrowser
impl<'de> Deserialize<'de> for SettingsSectionInAppBrowser
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
impl StructuralPartialEq for SettingsSectionInAppBrowser
Auto Trait Implementations§
impl Freeze for SettingsSectionInAppBrowser
impl RefUnwindSafe for SettingsSectionInAppBrowser
impl Send for SettingsSectionInAppBrowser
impl Sync for SettingsSectionInAppBrowser
impl Unpin for SettingsSectionInAppBrowser
impl UnsafeUnpin for SettingsSectionInAppBrowser
impl UnwindSafe for SettingsSectionInAppBrowser
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