pub enum ContentSize {
Medium,
High,
}Expand description
Content size options for search results
Variants§
Medium
Medium content size with summary information for basic reasoning needs
High
High content size with maximized context and detailed information
Trait Implementations§
Source§impl Clone for ContentSize
impl Clone for ContentSize
Source§fn clone(&self) -> ContentSize
fn clone(&self) -> ContentSize
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 ContentSize
impl Debug for ContentSize
Source§impl<'de> Deserialize<'de> for ContentSize
impl<'de> Deserialize<'de> for ContentSize
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 ContentSize
impl PartialEq for ContentSize
Source§impl Serialize for ContentSize
impl Serialize for ContentSize
impl StructuralPartialEq for ContentSize
Auto Trait Implementations§
impl Freeze for ContentSize
impl RefUnwindSafe for ContentSize
impl Send for ContentSize
impl Sync for ContentSize
impl Unpin for ContentSize
impl UnsafeUnpin for ContentSize
impl UnwindSafe for ContentSize
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