pub struct HashPartitioner<K>where
K: KeySelector,{ /* private fields */ }Expand description
Hash-based partitioner.
Implementations§
Source§impl<K> HashPartitioner<K>where
K: KeySelector,
impl<K> HashPartitioner<K>where
K: KeySelector,
Trait Implementations§
Source§impl<K> Partitioner for HashPartitioner<K>where
K: KeySelector,
impl<K> Partitioner for HashPartitioner<K>where
K: KeySelector,
Auto Trait Implementations§
impl<K> Freeze for HashPartitioner<K>
impl<K> RefUnwindSafe for HashPartitioner<K>where
K: RefUnwindSafe,
impl<K> Send for HashPartitioner<K>
impl<K> Sync for HashPartitioner<K>
impl<K> Unpin for HashPartitioner<K>
impl<K> UnsafeUnpin for HashPartitioner<K>
impl<K> UnwindSafe for HashPartitioner<K>where
K: RefUnwindSafe,
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