pub struct BigmodelExt;Trait Implementations§
Source§impl<H> Capabilities<H> for BigmodelExt
provider有那些功能
impl<H> Capabilities<H> for BigmodelExt
provider有那些功能
type Completion = Capable<CompletionModel<H>>
type Embeddings = Nothing
type Transcription = Nothing
type ModelListing = Nothing
Source§impl Clone for BigmodelExt
impl Clone for BigmodelExt
Source§fn clone(&self) -> BigmodelExt
fn clone(&self) -> BigmodelExt
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 moreSource§impl Debug for BigmodelExt
impl Debug for BigmodelExt
Source§impl DebugExt for BigmodelExt
impl DebugExt for BigmodelExt
Source§impl Default for BigmodelExt
impl Default for BigmodelExt
Source§fn default() -> BigmodelExt
fn default() -> BigmodelExt
Returns the “default value” for a type. Read more
Source§impl Provider for BigmodelExt
impl Provider for BigmodelExt
const VERIFY_PATH: &'static str = "api/tags"
Source§type Builder = BigmodelBuilder
type Builder = BigmodelBuilder
The builder type that constructs this provider extension.
This associates extensions with their builders for type inference.
fn build_uri(&self, base_url: &str, path: &str, _transport: Transport) -> String
fn with_custom(&self, req: Builder) -> Result<Builder, Error>
impl Copy for BigmodelExt
Auto Trait Implementations§
impl Freeze for BigmodelExt
impl RefUnwindSafe for BigmodelExt
impl Send for BigmodelExt
impl Sync for BigmodelExt
impl Unpin for BigmodelExt
impl UnsafeUnpin for BigmodelExt
impl UnwindSafe for BigmodelExt
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