pub enum AiModelReasoningMode {
None,
Hidden,
SummaryOnly,
VisibleScratchpad,
ToolAugmented,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiModelReasoningMode
impl Clone for AiModelReasoningMode
Source§fn clone(&self) -> AiModelReasoningMode
fn clone(&self) -> AiModelReasoningMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AiModelReasoningMode
impl Debug for AiModelReasoningMode
Source§impl Display for AiModelReasoningMode
impl Display for AiModelReasoningMode
Source§impl FromStr for AiModelReasoningMode
impl FromStr for AiModelReasoningMode
Source§impl Hash for AiModelReasoningMode
impl Hash for AiModelReasoningMode
Source§impl Ord for AiModelReasoningMode
impl Ord for AiModelReasoningMode
Source§fn cmp(&self, other: &AiModelReasoningMode) -> Ordering
fn cmp(&self, other: &AiModelReasoningMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiModelReasoningMode
impl PartialEq for AiModelReasoningMode
Source§fn eq(&self, other: &AiModelReasoningMode) -> bool
fn eq(&self, other: &AiModelReasoningMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiModelReasoningMode
impl PartialOrd for AiModelReasoningMode
impl Copy for AiModelReasoningMode
impl Eq for AiModelReasoningMode
impl StructuralPartialEq for AiModelReasoningMode
Auto Trait Implementations§
impl Freeze for AiModelReasoningMode
impl RefUnwindSafe for AiModelReasoningMode
impl Send for AiModelReasoningMode
impl Sync for AiModelReasoningMode
impl Unpin for AiModelReasoningMode
impl UnsafeUnpin for AiModelReasoningMode
impl UnwindSafe for AiModelReasoningMode
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