pub struct WebToolsConfig {
pub search: WebSearchConfig,
}Expand description
Web tools configuration.
Fields§
§search: WebSearchConfigSearch engine settings.
Trait Implementations§
Source§impl Clone for WebToolsConfig
impl Clone for WebToolsConfig
Source§fn clone(&self) -> WebToolsConfig
fn clone(&self) -> WebToolsConfig
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 WebToolsConfig
impl Debug for WebToolsConfig
Source§impl Default for WebToolsConfig
impl Default for WebToolsConfig
Source§fn default() -> WebToolsConfig
fn default() -> WebToolsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebToolsConfig
impl<'de> Deserialize<'de> for WebToolsConfig
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 WebToolsConfig
impl RefUnwindSafe for WebToolsConfig
impl Send for WebToolsConfig
impl Sync for WebToolsConfig
impl Unpin for WebToolsConfig
impl UnsafeUnpin for WebToolsConfig
impl UnwindSafe for WebToolsConfig
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