Struct async_uci::engine::Evaluation
source · pub struct Evaluation { /* private fields */ }Expand description
Engine evaluation info
Trait Implementations§
source§impl Clone for Evaluation
impl Clone for Evaluation
source§fn clone(&self) -> Evaluation
fn clone(&self) -> Evaluation
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 Evaluation
impl Debug for Evaluation
source§impl Display for Evaluation
impl Display for Evaluation
source§impl PartialEq<Evaluation> for Evaluation
impl PartialEq<Evaluation> for Evaluation
source§fn eq(&self, other: &Evaluation) -> bool
fn eq(&self, other: &Evaluation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Evaluation
Auto Trait Implementations§
impl RefUnwindSafe for Evaluation
impl Send for Evaluation
impl Sync for Evaluation
impl Unpin for Evaluation
impl UnwindSafe for Evaluation
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