pub struct RepairStats {
pub synthesized: usize,
pub deduped: usize,
}Expand description
What a repair_pairing pass changed.
Fields§
§synthesized: usizeSynthetic is_error results added for dangling tool_use blocks.
deduped: usizeDuplicate tool_result blocks removed (kept the last per id).
Implementations§
Trait Implementations§
Source§impl Clone for RepairStats
impl Clone for RepairStats
Source§fn clone(&self) -> RepairStats
fn clone(&self) -> RepairStats
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 moreimpl Copy for RepairStats
Source§impl Debug for RepairStats
impl Debug for RepairStats
Source§impl Default for RepairStats
impl Default for RepairStats
Source§fn default() -> RepairStats
fn default() -> RepairStats
Returns the “default value” for a type. Read more
impl Eq for RepairStats
Source§impl PartialEq for RepairStats
impl PartialEq for RepairStats
impl StructuralPartialEq for RepairStats
Auto Trait Implementations§
impl Freeze for RepairStats
impl RefUnwindSafe for RepairStats
impl Send for RepairStats
impl Sync for RepairStats
impl Unpin for RepairStats
impl UnsafeUnpin for RepairStats
impl UnwindSafe for RepairStats
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.