pub struct BitQueens { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl CheckInc for BitQueens
impl CheckInc for BitQueens
type Accumulator = QueenField
Source§fn fold_acc(
&self,
accu: Option<Self::Accumulator>,
x: &usize,
_position: usize,
) -> Self::Accumulator
fn fold_acc( &self, accu: Option<Self::Accumulator>, x: &usize, _position: usize, ) -> Self::Accumulator
Auto Trait Implementations§
impl Freeze for BitQueens
impl RefUnwindSafe for BitQueens
impl Send for BitQueens
impl Sync for BitQueens
impl Unpin for BitQueens
impl UnwindSafe for BitQueens
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