pub struct ClaudeClient;Implementations§
Source§impl ClaudeClient
impl ClaudeClient
pub async fn fetch_usage(cookies: &[Cookie]) -> Result<UsageResponse>
Auto Trait Implementations§
impl Freeze for ClaudeClient
impl RefUnwindSafe for ClaudeClient
impl Send for ClaudeClient
impl Sync for ClaudeClient
impl Unpin for ClaudeClient
impl UnsafeUnpin for ClaudeClient
impl UnwindSafe for ClaudeClient
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