pub struct ClaudeBackend { /* private fields */ }Expand description
The real AgentBackend: spawns the claude CLI headless.
Implementations§
Source§impl ClaudeBackend
impl ClaudeBackend
Trait Implementations§
Source§impl AgentBackend for ClaudeBackend
impl AgentBackend for ClaudeBackend
Source§impl Clone for ClaudeBackend
impl Clone for ClaudeBackend
Source§fn clone(&self) -> ClaudeBackend
fn clone(&self) -> ClaudeBackend
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 ClaudeBackend
impl RefUnwindSafe for ClaudeBackend
impl Send for ClaudeBackend
impl Sync for ClaudeBackend
impl Unpin for ClaudeBackend
impl UnsafeUnpin for ClaudeBackend
impl UnwindSafe for ClaudeBackend
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