pub struct ClaudeAdapter;Trait Implementations§
Source§impl CliAdapter for ClaudeAdapter
impl CliAdapter for ClaudeAdapter
fn name(&self) -> CliName
async fn run( &self, opts: &RunOptions, emit: &(dyn Fn(StreamEvent) + Send + Sync), cancel: CancellationToken, ) -> Result<RunResult>
Auto Trait Implementations§
impl Freeze for ClaudeAdapter
impl RefUnwindSafe for ClaudeAdapter
impl Send for ClaudeAdapter
impl Sync for ClaudeAdapter
impl Unpin for ClaudeAdapter
impl UnsafeUnpin for ClaudeAdapter
impl UnwindSafe for ClaudeAdapter
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