pub struct ScoreWithBound {
pub kind: Score,
pub bound: Option<ScoreBound>,
}Expand description
Fields§
§kind: Score§bound: Option<ScoreBound>https://backscattering.de/chess/uci/#engine-info-score-lowerbound https://backscattering.de/chess/uci/#engine-info-score-upperbound
Trait Implementations§
Source§impl Clone for ScoreWithBound
impl Clone for ScoreWithBound
Source§fn clone(&self) -> ScoreWithBound
fn clone(&self) -> ScoreWithBound
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 ScoreWithBound
impl Debug for ScoreWithBound
Source§impl PartialEq for ScoreWithBound
impl PartialEq for ScoreWithBound
impl Copy for ScoreWithBound
impl Eq for ScoreWithBound
impl StructuralPartialEq for ScoreWithBound
Auto Trait Implementations§
impl Freeze for ScoreWithBound
impl RefUnwindSafe for ScoreWithBound
impl Send for ScoreWithBound
impl Sync for ScoreWithBound
impl Unpin for ScoreWithBound
impl UnwindSafe for ScoreWithBound
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