pub struct AiCredentialInfo {
pub provider: AiProvider,
pub model: String,
}Expand description
Result of AI credential validation.
Fields§
§provider: AiProviderThe AI provider that will be used.
model: StringThe model that will be used.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiCredentialInfo
impl RefUnwindSafe for AiCredentialInfo
impl Send for AiCredentialInfo
impl Sync for AiCredentialInfo
impl Unpin for AiCredentialInfo
impl UnsafeUnpin for AiCredentialInfo
impl UnwindSafe for AiCredentialInfo
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