Struct rabbitmq_stream_client::ConsumerHandle
source · pub struct ConsumerHandle(/* private fields */);
Expand description
Handler API for Consumer
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ConsumerHandle
impl Send for ConsumerHandle
impl Sync for ConsumerHandle
impl Unpin for ConsumerHandle
impl !UnwindSafe for ConsumerHandle
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