pub struct Bucket<T>where
T: Clone,{
pub acceptable_score_treshold: Scalar,
/* private fields */
}Expand description
Bucket strainer bucket that contains rule that scores items and collection of items that fallen into it on processing phase.
Fields§
§acceptable_score_treshold: ScalarImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Bucket<T>
impl<T> !RefUnwindSafe for Bucket<T>
impl<T> !Send for Bucket<T>
impl<T> !Sync for Bucket<T>
impl<T> Unpin for Bucket<T>where
T: Unpin,
impl<T> !UnwindSafe for Bucket<T>
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