pub struct MistralExt;Trait Implementations§
Source§impl<H> Capabilities<H> for MistralExt
impl<H> Capabilities<H> for MistralExt
type Completion = Capable<CompletionModel<H>>
type Embeddings = Capable<EmbeddingModel<H>>
type Transcription = Capable<TranscriptionModel<H>>
type ModelListing = Nothing
Source§impl Clone for MistralExt
impl Clone for MistralExt
Source§fn clone(&self) -> MistralExt
fn clone(&self) -> MistralExt
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 MistralExt
impl Debug for MistralExt
Source§impl DebugExt for MistralExt
impl DebugExt for MistralExt
Source§impl Default for MistralExt
impl Default for MistralExt
Source§fn default() -> MistralExt
fn default() -> MistralExt
Returns the “default value” for a type. Read more
Source§impl Provider for MistralExt
impl Provider for MistralExt
const VERIFY_PATH: &'static str = "/models"
Source§type Builder = MistralBuilder
type Builder = MistralBuilder
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 MistralExt
Auto Trait Implementations§
impl Freeze for MistralExt
impl RefUnwindSafe for MistralExt
impl Send for MistralExt
impl Sync for MistralExt
impl Unpin for MistralExt
impl UnsafeUnpin for MistralExt
impl UnwindSafe for MistralExt
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