pub struct JudgeRubric { /* private fields */ }Expand description
Versioned rubric for a structured model judge.
Implementations§
Trait Implementations§
Source§impl Clone for JudgeRubric
impl Clone for JudgeRubric
Source§fn clone(&self) -> JudgeRubric
fn clone(&self) -> JudgeRubric
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 JudgeRubric
impl RefUnwindSafe for JudgeRubric
impl Send for JudgeRubric
impl Sync for JudgeRubric
impl Unpin for JudgeRubric
impl UnsafeUnpin for JudgeRubric
impl UnwindSafe for JudgeRubric
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