pub enum OverrideKey {
CompactAtTokens,
MaxTurns,
MaxOutputTokens,
Effort,
}Expand description
The configuration knobs an automated proposer may move. Closed on purpose; see the module docs.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OverrideKey
impl Clone for OverrideKey
Source§fn clone(&self) -> OverrideKey
fn clone(&self) -> OverrideKey
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 moreimpl Copy for OverrideKey
Source§impl Debug for OverrideKey
impl Debug for OverrideKey
impl Eq for OverrideKey
Source§impl PartialEq for OverrideKey
impl PartialEq for OverrideKey
impl StructuralPartialEq for OverrideKey
Auto Trait Implementations§
impl Freeze for OverrideKey
impl RefUnwindSafe for OverrideKey
impl Send for OverrideKey
impl Sync for OverrideKey
impl Unpin for OverrideKey
impl UnsafeUnpin for OverrideKey
impl UnwindSafe for OverrideKey
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