pub struct Pair {
pub episode: String,
pub baseline: RunStats,
pub candidate: RunStats,
}Expand description
One episode measured in both arms. Paired by episode, which is a replay
corpus id — a session id, or an eval case id.
Fields§
§episode: String§baseline: RunStats§candidate: RunStatsTrait Implementations§
Auto Trait Implementations§
impl Freeze for Pair
impl RefUnwindSafe for Pair
impl Send for Pair
impl Sync for Pair
impl Unpin for Pair
impl UnsafeUnpin for Pair
impl UnwindSafe for Pair
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