pub struct AllSolution<C> {
pub child: C,
}Fields§
§child: CImplementations§
Source§impl<C> AllSolution<C>
impl<C> AllSolution<C>
Trait Implementations§
Source§impl<C, Space> SearchTreeVisitor<Space> for AllSolution<C>where
Space: Freeze,
C: SearchTreeVisitor<Space>,
impl<C, Space> SearchTreeVisitor<Space> for AllSolution<C>where
Space: Freeze,
C: SearchTreeVisitor<Space>,
Auto Trait Implementations§
impl<C> Freeze for AllSolution<C>where
C: Freeze,
impl<C> RefUnwindSafe for AllSolution<C>where
C: RefUnwindSafe,
impl<C> Send for AllSolution<C>where
C: Send,
impl<C> Sync for AllSolution<C>where
C: Sync,
impl<C> Unpin for AllSolution<C>where
C: Unpin,
impl<C> UnwindSafe for AllSolution<C>where
C: UnwindSafe,
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