Struct app_frame::queue_consumer::Dispatch
source · pub struct Dispatch<P, In>where
P: BatchProcessor<In>,
In: Hash + Eq + Clone,{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, In> !RefUnwindSafe for Dispatch<P, In>
impl<P, In> Send for Dispatch<P, In>where In: Send + Sync, P: Send,
impl<P, In> Sync for Dispatch<P, In>where In: Send + Sync, P: Sync,
impl<P, In> Unpin for Dispatch<P, In>where In: Unpin, P: Unpin,
impl<P, In> !UnwindSafe for Dispatch<P, In>
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