pub struct ReqwestAnthropicClient { /* private fields */ }Expand description
Reqwest-backed Anthropic client. Not exercised by tests (which use a fake).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqwestAnthropicClient
impl !RefUnwindSafe for ReqwestAnthropicClient
impl Send for ReqwestAnthropicClient
impl Sync for ReqwestAnthropicClient
impl Unpin for ReqwestAnthropicClient
impl UnsafeUnpin for ReqwestAnthropicClient
impl !UnwindSafe for ReqwestAnthropicClient
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