pub struct UnavailableProvider { /* private fields */ }Implementations§
Trait Implementations§
fn provider_kind(&self) -> &str
fn model(&self) -> Option<&str>
fn capabilities(&self) -> ProviderCapabilitiesV1
fn complete<'life0, 'async_trait>(
&'life0 self,
_request: AiDENsCompletionRequestV1,
) -> Pin<Box<dyn Future<Output = Result<AiDENsCompletionResponseV1>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
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