Struct kafka::client::PartitionOffset [] [src]

pub struct PartitionOffset {
    pub offset: i64,
    pub partition: i32,
}

A retrieved offset for a particular partition in the context of an already known topic.

Fields

Trait Implementations

impl Debug for PartitionOffset
[src]

[src]

Formats the value using the given formatter.

impl Hash for PartitionOffset
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for PartitionOffset
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for PartitionOffset
[src]