Struct rdkafka::metadata::MetadataPartition
source · pub struct MetadataPartition(/* private fields */);
Expand description
Partition metadata information.
Implementations§
source§impl MetadataPartition
impl MetadataPartition
sourcepub fn error(&self) -> Option<RDKafkaRespErr>
pub fn error(&self) -> Option<RDKafkaRespErr>
Returns the metadata error for the partition, or None
if there is no
error.
Auto Trait Implementations§
impl Freeze for MetadataPartition
impl RefUnwindSafe for MetadataPartition
impl !Send for MetadataPartition
impl !Sync for MetadataPartition
impl Unpin for MetadataPartition
impl UnwindSafe for MetadataPartition
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