pub enum PresetCapability {
Text,
Tools,
Thinking,
ImagesIn,
Streaming,
StructuredOutput,
}Variants§
Trait Implementations§
Source§impl Clone for PresetCapability
impl Clone for PresetCapability
Source§fn clone(&self) -> PresetCapability
fn clone(&self) -> PresetCapability
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 PresetCapability
impl Debug for PresetCapability
Source§impl<'de> Deserialize<'de> for PresetCapability
impl<'de> Deserialize<'de> for PresetCapability
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 PresetCapability
impl PartialEq for PresetCapability
impl Eq for PresetCapability
impl StructuralPartialEq for PresetCapability
Auto Trait Implementations§
impl Freeze for PresetCapability
impl RefUnwindSafe for PresetCapability
impl Send for PresetCapability
impl Sync for PresetCapability
impl Unpin for PresetCapability
impl UnsafeUnpin for PresetCapability
impl UnwindSafe for PresetCapability
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