pub struct ClaudeCliProvider;Expand description
Claude CLI provider (existing behavior)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClaudeCliProvider
impl RefUnwindSafe for ClaudeCliProvider
impl Send for ClaudeCliProvider
impl Sync for ClaudeCliProvider
impl Unpin for ClaudeCliProvider
impl UnwindSafe for ClaudeCliProvider
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