pub struct AsyncChatGetRequest<N>{
pub key: String,
/* private fields */
}Fields§
§key: StringImplementations§
Trait Implementations§
Source§impl<N> HttpClient for AsyncChatGetRequest<N>
impl<N> HttpClient for AsyncChatGetRequest<N>
type Body = ()
type ApiUrl = String
type ApiKey = String
fn api_url(&self) -> &Self::ApiUrl
fn api_key(&self) -> &Self::ApiKey
fn body(&self) -> &Self::Body
Source§fn http_config(&self) -> Arc<HttpClientConfig>
fn http_config(&self) -> Arc<HttpClientConfig>
Get HTTP client configuration for this request Read more
Auto Trait Implementations§
impl<N> Freeze for AsyncChatGetRequest<N>
impl<N> RefUnwindSafe for AsyncChatGetRequest<N>where
N: RefUnwindSafe,
impl<N> Send for AsyncChatGetRequest<N>where
N: Send,
impl<N> Sync for AsyncChatGetRequest<N>where
N: Sync,
impl<N> Unpin for AsyncChatGetRequest<N>where
N: Unpin,
impl<N> UnsafeUnpin for AsyncChatGetRequest<N>
impl<N> UnwindSafe for AsyncChatGetRequest<N>where
N: 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