Struct rdkafka::metadata::MetadataPartition[][src]

pub struct MetadataPartition(_);
Expand description

Partition metadata information.

Implementations

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.