Struct rdkafka::metadata::MetadataBroker
source · pub struct MetadataBroker(/* private fields */);
Expand description
Broker metadata information.
Implementations§
Auto Trait Implementations§
impl Freeze for MetadataBroker
impl RefUnwindSafe for MetadataBroker
impl !Send for MetadataBroker
impl !Sync for MetadataBroker
impl Unpin for MetadataBroker
impl UnwindSafe for MetadataBroker
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