pub struct WebSearchOptions {
pub search_context_size: Option<String>,
pub user_location: UserLocation,
}Fields§
§search_context_size: Option<String>Degree of context size used for web search
- “low”
- “medium”
- “high” default: “medium”
user_location: UserLocationTrait Implementations§
Source§impl Clone for WebSearchOptions
impl Clone for WebSearchOptions
Source§fn clone(&self) -> WebSearchOptions
fn clone(&self) -> WebSearchOptions
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 WebSearchOptions
impl Debug for WebSearchOptions
Source§impl<'de> Deserialize<'de> for WebSearchOptions
impl<'de> Deserialize<'de> for WebSearchOptions
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 WebSearchOptions
impl RefUnwindSafe for WebSearchOptions
impl Send for WebSearchOptions
impl Sync for WebSearchOptions
impl Unpin for WebSearchOptions
impl UnwindSafe for WebSearchOptions
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