pub struct Refutation {
pub refuted_move: UciMove,
pub refutation: UciMoveList,
}Expand description
Fields§
§refuted_move: UciMove§refutation: UciMoveListTrait Implementations§
Source§impl Clone for Refutation
impl Clone for Refutation
Source§fn clone(&self) -> Refutation
fn clone(&self) -> Refutation
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 Refutation
impl Debug for Refutation
Source§impl PartialEq for Refutation
impl PartialEq for Refutation
impl Eq for Refutation
impl StructuralPartialEq for Refutation
Auto Trait Implementations§
impl Freeze for Refutation
impl RefUnwindSafe for Refutation
impl Send for Refutation
impl Sync for Refutation
impl Unpin for Refutation
impl UnwindSafe for Refutation
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