pub struct ConsumerHandle(/* private fields */);
Expand description
Handler API for Consumer
Implementations§
Auto Trait Implementations§
impl Freeze for ConsumerHandle
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