pub struct CodexBackend { /* private fields */ }Expand description
The AgentBackend for codex exec --json: single-shot with sandbox
mode selected from the session role.
Implementations§
Source§impl CodexBackend
impl CodexBackend
Trait Implementations§
Source§impl AgentBackend for CodexBackend
impl AgentBackend for CodexBackend
Source§impl Clone for CodexBackend
impl Clone for CodexBackend
Source§fn clone(&self) -> CodexBackend
fn clone(&self) -> CodexBackend
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 moreAuto Trait Implementations§
impl Freeze for CodexBackend
impl RefUnwindSafe for CodexBackend
impl Send for CodexBackend
impl Sync for CodexBackend
impl Unpin for CodexBackend
impl UnsafeUnpin for CodexBackend
impl UnwindSafe for CodexBackend
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