pub struct ApiKeyRequestBuilder<T: ClientConfig + Clone + Send + Sync> { /* private fields */ }
Implementationsยง
Sourceยงimpl<T> ApiKeyRequestBuilder<T>
impl<T> ApiKeyRequestBuilder<T>
Trait Implementationsยง
Sourceยงimpl<T> ApiKeyFetcher for ApiKeyRequestBuilder<T>
impl<T> ApiKeyFetcher for ApiKeyRequestBuilder<T>
async fn fetch_api_key_info(&self) -> Result<ApiKeyInfo, XaiError>
Sourceยงimpl<T: Clone + ClientConfig + Clone + Send + Sync> Clone for ApiKeyRequestBuilder<T>
impl<T: Clone + ClientConfig + Clone + Send + Sync> Clone for ApiKeyRequestBuilder<T>
Sourceยงfn clone(&self) -> ApiKeyRequestBuilder<T>
fn clone(&self) -> ApiKeyRequestBuilder<T>
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementationsยง
impl<T> Freeze for ApiKeyRequestBuilder<T>where
T: Freeze,
impl<T> RefUnwindSafe for ApiKeyRequestBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for ApiKeyRequestBuilder<T>
impl<T> Sync for ApiKeyRequestBuilder<T>
impl<T> Unpin for ApiKeyRequestBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for ApiKeyRequestBuilder<T>where
T: UnwindSafe,
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