pub struct CodexPreset {
pub reasoning_effort: Option<ReasoningEffort>,
pub max_concurrent: usize,
}Expand description
Codex-specific preset fields.
Fields§
§reasoning_effort: Option<ReasoningEffort>§max_concurrent: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CodexPreset
impl RefUnwindSafe for CodexPreset
impl Send for CodexPreset
impl Sync for CodexPreset
impl Unpin for CodexPreset
impl UnsafeUnpin for CodexPreset
impl UnwindSafe for CodexPreset
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