pub struct AuthApi { /* private fields */ }Expand description
Authentication helpers for xAI API credentials.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthApi
impl !RefUnwindSafe for AuthApi
impl Send for AuthApi
impl Sync for AuthApi
impl Unpin for AuthApi
impl UnsafeUnpin for AuthApi
impl !UnwindSafe for AuthApi
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