pub struct KnowledgeCapacityRequest {
pub key: String,
/* private fields */
}Expand description
Knowledge capacity request (GET /llm-application/open/knowledge/capacity)
Fields§
§key: StringBearer API key
Implementations§
Trait Implementations§
Source§impl HttpClient for KnowledgeCapacityRequest
impl HttpClient for KnowledgeCapacityRequest
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 Freeze for KnowledgeCapacityRequest
impl RefUnwindSafe for KnowledgeCapacityRequest
impl Send for KnowledgeCapacityRequest
impl Sync for KnowledgeCapacityRequest
impl Unpin for KnowledgeCapacityRequest
impl UnsafeUnpin for KnowledgeCapacityRequest
impl UnwindSafe for KnowledgeCapacityRequest
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