pub enum StopConfiguration {
Null,
Text(String),
TextArray(Vec<String>),
}
Expand description
Not supported with latest reasoning models o3
and o4-mini
.
Variants§
Trait Implementations§
Source§impl Clone for StopConfiguration
impl Clone for StopConfiguration
Source§fn clone(&self) -> StopConfiguration
fn clone(&self) -> StopConfiguration
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 StopConfiguration
impl Debug for StopConfiguration
Source§impl Default for StopConfiguration
impl Default for StopConfiguration
Source§fn default() -> StopConfiguration
fn default() -> StopConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopConfiguration
impl RefUnwindSafe for StopConfiguration
impl Send for StopConfiguration
impl Sync for StopConfiguration
impl Unpin for StopConfiguration
impl UnwindSafe for StopConfiguration
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