pub struct CodexClient { /* private fields */ }Expand description
A configured ChatGPT-subscription client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodexClient
impl RefUnwindSafe for CodexClient
impl Send for CodexClient
impl Sync for CodexClient
impl Unpin for CodexClient
impl UnsafeUnpin for CodexClient
impl UnwindSafe for CodexClient
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