Struct rdkafka::statistics::TopicPartition
source · [−]Expand description
A topic and partition specifier.
Fields
topic: String
The name of the topic.
partition: i32
The ID of the partition.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more