pub struct DisabledProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AiDENsProvider for DisabledProvider
impl AiDENsProvider for DisabledProvider
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,
Source§impl Clone for DisabledProvider
impl Clone for DisabledProvider
Source§fn clone(&self) -> DisabledProvider
fn clone(&self) -> DisabledProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DisabledProvider
impl Debug for DisabledProvider
Source§impl Default for DisabledProvider
impl Default for DisabledProvider
Source§fn default() -> DisabledProvider
fn default() -> DisabledProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DisabledProvider
impl RefUnwindSafe for DisabledProvider
impl Send for DisabledProvider
impl Sync for DisabledProvider
impl Unpin for DisabledProvider
impl UnsafeUnpin for DisabledProvider
impl UnwindSafe for DisabledProvider
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