pub struct QaRunConfig {
pub concurrency: usize,
pub batch_target_tokens: usize,
pub model: Option<String>,
pub provider: Option<String>,
pub base_url: Option<String>,
pub api_key_env: Option<String>,
}Fields§
§concurrency: usize§batch_target_tokens: usize§model: Option<String>§provider: Option<String>§base_url: Option<String>§api_key_env: Option<String>Trait Implementations§
Source§impl Clone for QaRunConfig
impl Clone for QaRunConfig
Source§fn clone(&self) -> QaRunConfig
fn clone(&self) -> QaRunConfig
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 moreAuto Trait Implementations§
impl Freeze for QaRunConfig
impl RefUnwindSafe for QaRunConfig
impl Send for QaRunConfig
impl Sync for QaRunConfig
impl Unpin for QaRunConfig
impl UnsafeUnpin for QaRunConfig
impl UnwindSafe for QaRunConfig
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