Enum inanis::tablebases::WdlResult
source · pub enum WdlResult {
Win,
Draw,
Loss,
}
Variants§
Trait Implementations§
source§impl PartialEq for WdlResult
impl PartialEq for WdlResult
impl Eq for WdlResult
impl StructuralPartialEq for WdlResult
Auto Trait Implementations§
impl RefUnwindSafe for WdlResult
impl Send for WdlResult
impl Sync for WdlResult
impl Unpin for WdlResult
impl UnwindSafe for WdlResult
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