pub enum ModelReasoningSummary {
None,
Auto,
Concise,
Detailed,
}Variants§
Trait Implementations§
Source§impl Clone for ModelReasoningSummary
impl Clone for ModelReasoningSummary
Source§fn clone(&self) -> ModelReasoningSummary
fn clone(&self) -> ModelReasoningSummary
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 ModelReasoningSummary
impl Debug for ModelReasoningSummary
Source§impl PartialEq for ModelReasoningSummary
impl PartialEq for ModelReasoningSummary
impl Copy for ModelReasoningSummary
impl Eq for ModelReasoningSummary
impl StructuralPartialEq for ModelReasoningSummary
Auto Trait Implementations§
impl Freeze for ModelReasoningSummary
impl RefUnwindSafe for ModelReasoningSummary
impl Send for ModelReasoningSummary
impl Sync for ModelReasoningSummary
impl Unpin for ModelReasoningSummary
impl UnsafeUnpin for ModelReasoningSummary
impl UnwindSafe for ModelReasoningSummary
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