pub enum WebSearchContextSize {
Low,
Medium,
High,
}
Expand description
The amount of context window space to use for the search.
Variants§
Trait Implementations§
Source§impl Clone for WebSearchContextSize
impl Clone for WebSearchContextSize
Source§fn clone(&self) -> WebSearchContextSize
fn clone(&self) -> WebSearchContextSize
Returns a copy 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 WebSearchContextSize
impl Debug for WebSearchContextSize
Source§impl Default for WebSearchContextSize
impl Default for WebSearchContextSize
Source§fn default() -> WebSearchContextSize
fn default() -> WebSearchContextSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebSearchContextSize
impl<'de> Deserialize<'de> for WebSearchContextSize
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
Source§impl PartialEq for WebSearchContextSize
impl PartialEq for WebSearchContextSize
Source§impl Serialize for WebSearchContextSize
impl Serialize for WebSearchContextSize
impl StructuralPartialEq for WebSearchContextSize
Auto Trait Implementations§
impl Freeze for WebSearchContextSize
impl RefUnwindSafe for WebSearchContextSize
impl Send for WebSearchContextSize
impl Sync for WebSearchContextSize
impl Unpin for WebSearchContextSize
impl UnwindSafe for WebSearchContextSize
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