Struct kafka::client::TopicPartitionOffset [] [src]

pub struct TopicPartitionOffset {
    pub offset: Result<i64>,
    pub topic: String,
    pub partition: i32,
}

A retrieved offset of a particular topic partition.

Fields

offset: Result<i64> topic: String partition: i32

Trait Implementations

impl Debug for TopicPartitionOffset
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.