Struct rdkafka::client::NativeClient
source · pub struct NativeClient { /* private fields */ }
Expand description
A native rdkafka-sys client. This struct shouldn’t be used directly. Use
higher level Client
or producers and consumers.
Implementations§
Trait Implementations§
impl Send for NativeClient
impl Sync for NativeClient
Auto Trait Implementations§
impl Freeze for NativeClient
impl RefUnwindSafe for NativeClient
impl Unpin for NativeClient
impl UnwindSafe for NativeClient
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