pub struct CorpusStats {
pub sample_size: usize,
pub total_tool_calls: usize,
pub total_failures: usize,
pub max_duration_ms: i64,
}Fields§
§sample_size: usize§total_tool_calls: usize§total_failures: usize§max_duration_ms: i64Trait Implementations§
Source§impl Clone for CorpusStats
impl Clone for CorpusStats
Source§fn clone(&self) -> CorpusStats
fn clone(&self) -> CorpusStats
Returns a duplicate of the value. Read more
1.0.0 · 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 CorpusStats
impl RefUnwindSafe for CorpusStats
impl Send for CorpusStats
impl Sync for CorpusStats
impl Unpin for CorpusStats
impl UnwindSafe for CorpusStats
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