pub struct ShadowSample {
pub segment: String,
pub cheap_model: String,
pub frontier_model: String,
pub verdict: JudgeVerdict,
}Expand description
One completed shadow comparison.
Fields§
§segment: String§cheap_model: String§frontier_model: String§verdict: JudgeVerdictTrait Implementations§
Source§impl Clone for ShadowSample
impl Clone for ShadowSample
Source§fn clone(&self) -> ShadowSample
fn clone(&self) -> ShadowSample
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 moreSource§impl Debug for ShadowSample
impl Debug for ShadowSample
Source§impl<'de> Deserialize<'de> for ShadowSample
impl<'de> Deserialize<'de> for ShadowSample
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ShadowSample
impl RefUnwindSafe for ShadowSample
impl Send for ShadowSample
impl Sync for ShadowSample
impl Unpin for ShadowSample
impl UnsafeUnpin for ShadowSample
impl UnwindSafe for ShadowSample
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