pub struct EvalGraderPython {
pub grader_python: GraderPython,
pub pass_threshold: Option<f64>,
}
Fields§
§grader_python: GraderPython
§pass_threshold: Option<f64>
The threshold for the score.
Implementations§
Trait Implementations§
Source§impl Clone for EvalGraderPython
impl Clone for EvalGraderPython
Source§fn clone(&self) -> EvalGraderPython
fn clone(&self) -> EvalGraderPython
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 moreSource§impl Debug for EvalGraderPython
impl Debug for EvalGraderPython
Source§impl<'de> Deserialize<'de> for EvalGraderPython
impl<'de> Deserialize<'de> for EvalGraderPython
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
Source§impl PartialEq for EvalGraderPython
impl PartialEq for EvalGraderPython
Source§impl Serialize for EvalGraderPython
impl Serialize for EvalGraderPython
impl StructuralPartialEq for EvalGraderPython
Auto Trait Implementations§
impl Freeze for EvalGraderPython
impl RefUnwindSafe for EvalGraderPython
impl Send for EvalGraderPython
impl Sync for EvalGraderPython
impl Unpin for EvalGraderPython
impl UnwindSafe for EvalGraderPython
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