pub struct SettingsSetWebSearchParams {
pub mode: HostedWebSearchMode,
}Fields§
§mode: HostedWebSearchModeTrait Implementations§
Source§impl Clone for SettingsSetWebSearchParams
impl Clone for SettingsSetWebSearchParams
Source§fn clone(&self) -> SettingsSetWebSearchParams
fn clone(&self) -> SettingsSetWebSearchParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettingsSetWebSearchParams
impl Debug for SettingsSetWebSearchParams
Source§impl<'de> Deserialize<'de> for SettingsSetWebSearchParams
impl<'de> Deserialize<'de> for SettingsSetWebSearchParams
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 SettingsSetWebSearchParams
impl RefUnwindSafe for SettingsSetWebSearchParams
impl Send for SettingsSetWebSearchParams
impl Sync for SettingsSetWebSearchParams
impl Unpin for SettingsSetWebSearchParams
impl UnsafeUnpin for SettingsSetWebSearchParams
impl UnwindSafe for SettingsSetWebSearchParams
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