pub struct ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>where
Sc: Score,{ /* private fields */ }Implementations§
Source§impl<S, Out, K, Src, F, KF, C, W, Sc> ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>where
S: Send + Sync + 'static,
Out: Send + Sync + 'static,
K: Eq + Hash + Send + Sync + 'static,
Src: ProjectedSource<S, Out>,
F: UniFilter<S, Out>,
KF: Fn(&Out) -> K + Send + Sync,
C: UniCollector<Out> + Send + Sync + 'static,
C::Accumulator: Send + Sync,
C::Value: Send + Sync,
C::Result: Send + Sync,
W: Fn(&C::Result) -> Sc + Send + Sync,
Sc: Score + 'static,
impl<S, Out, K, Src, F, KF, C, W, Sc> ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>where
S: Send + Sync + 'static,
Out: Send + Sync + 'static,
K: Eq + Hash + Send + Sync + 'static,
Src: ProjectedSource<S, Out>,
F: UniFilter<S, Out>,
KF: Fn(&Out) -> K + Send + Sync,
C: UniCollector<Out> + Send + Sync + 'static,
C::Accumulator: Send + Sync,
C::Value: Send + Sync,
C::Result: Send + Sync,
W: Fn(&C::Result) -> Sc + Send + Sync,
Sc: Score + 'static,
pub fn named( self, name: &str, ) -> ProjectedGroupedConstraint<S, Out, K, Src, F, KF, C, W, Sc>
Auto Trait Implementations§
impl<S, Out, K, Src, F, KF, C, W, Sc> Freeze for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> RefUnwindSafe for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> Send for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> Sync for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> Unpin for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> UnsafeUnpin for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
impl<S, Out, K, Src, F, KF, C, W, Sc> UnwindSafe for ProjectedGroupedConstraintBuilder<S, Out, K, Src, F, KF, C, W, Sc>
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