Struct async_message_dispatcher::Consumer
source · pub struct Consumer<K: Key, M> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, M> RefUnwindSafe for Consumer<K, M>where K: RefUnwindSafe,
impl<K, M> Send for Consumer<K, M>where K: Send, M: Send,
impl<K, M> Sync for Consumer<K, M>where K: Send + Sync, M: Send,
impl<K, M> Unpin for Consumer<K, M>where K: Unpin,
impl<K, M> UnwindSafe for Consumer<K, M>where K: UnwindSafe,
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