pub struct EngineEval { /* private fields */ }Expand description
Represents the evaluation returned from the engine. Includes EvalType and a numerical score value.
Implementations§
Trait Implementations§
Source§impl Clone for EngineEval
impl Clone for EngineEval
Source§fn clone(&self) -> EngineEval
fn clone(&self) -> EngineEval
Returns a copy 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 EngineEval
impl Debug for EngineEval
Source§impl Display for EngineEval
impl Display for EngineEval
Source§impl PartialEq for EngineEval
impl PartialEq for EngineEval
Source§impl Serialize for EngineEval
impl Serialize for EngineEval
impl Copy for EngineEval
impl StructuralPartialEq for EngineEval
Auto Trait Implementations§
impl Freeze for EngineEval
impl RefUnwindSafe for EngineEval
impl Send for EngineEval
impl Sync for EngineEval
impl Unpin for EngineEval
impl UnwindSafe for EngineEval
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