pub struct ForOperatorParam<T, U, E, G>where
E: Engine<U>,
U: User,
G: AnyGoal<U, E>,
T: Debug + 'static,
for<'b> &'b T: IntoIterator<Item = &'b LTerm<U, E>>,{
pub coll: T,
pub g: Box<dyn Fn(LTerm<U, E>) -> G>,
}Fields§
§coll: T§g: Box<dyn Fn(LTerm<U, E>) -> G>Implementations§
Auto Trait Implementations§
impl<T, U, E, G> !RefUnwindSafe for ForOperatorParam<T, U, E, G>
impl<T, U, E, G> !Send for ForOperatorParam<T, U, E, G>
impl<T, U, E, G> !Sync for ForOperatorParam<T, U, E, G>
impl<T, U, E, G> !UnwindSafe for ForOperatorParam<T, U, E, G>
impl<T, U, E, G> Freeze for ForOperatorParam<T, U, E, G>where
T: Freeze,
impl<T, U, E, G> Unpin for ForOperatorParam<T, U, E, G>where
T: Unpin,
impl<T, U, E, G> UnsafeUnpin for ForOperatorParam<T, U, E, G>where
T: UnsafeUnpin,
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