pub struct MetadataPartition(_);
Expand description
Partition metadata information.
Returns the id of the partition.
Returns the broker id of the leader broker for the partition.
Returns the metadata error for the partition, or None
if there is no
error.
Returns the broker IDs of the replicas.
Returns the broker IDs of the in-sync replicas.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.