pub struct AppConfig {
pub provider: Arc<dyn ProviderApi + Send + Sync>,
pub prompts: Prompts,
}Fields§
§provider: Arc<dyn ProviderApi + Send + Sync>§prompts: PromptsAuto Trait Implementations§
impl Freeze for AppConfig
impl !RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl !UnwindSafe for AppConfig
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