pub enum PrimePowerSpace {
Inconsistent,
Space(SolutionSpaceM),
}Expand description
The outcome of solve_space_prime_power.
Variants§
Inconsistent
Space(SolutionSpaceM)
Auto Trait Implementations§
impl Freeze for PrimePowerSpace
impl RefUnwindSafe for PrimePowerSpace
impl Send for PrimePowerSpace
impl Sync for PrimePowerSpace
impl Unpin for PrimePowerSpace
impl UnsafeUnpin for PrimePowerSpace
impl UnwindSafe for PrimePowerSpace
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