pub struct Exchange<T, C: PushPartitioned, P: Push<Bundle<T, C>>, H>{ /* private fields */ }
Expand description
Distributes records among target pushees according to a distribution function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, C, P, H> Freeze for Exchange<T, C, P, H>
impl<T, C, P, H> RefUnwindSafe for Exchange<T, C, P, H>
impl<T, C, P, H> Send for Exchange<T, C, P, H>
impl<T, C, P, H> Sync for Exchange<T, C, P, H>
impl<T, C, P, H> Unpin for Exchange<T, C, P, H>
impl<T, C, P, H> UnwindSafe for Exchange<T, C, P, H>
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